Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
605b56c9
Commit
605b56c9
authored
May 30, 2018
by
eric pellegrini
Browse files
Trying to figure why the artefacts are not seen by gitlab once uploaded
parent
7b1ad180
Pipeline
#3769
canceled with stages
in 15 minutes and 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
605b56c9
...
...
@@ -28,7 +28,7 @@ deploy:ubuntu_xenial:
-
docker build --force-rm -t deploy_mdanse_xenial -f ./BuildServer/Docker/Builder/Dockerfile_deploy .
-
chmod 755 ./BuildServer/Docker/upload_artefacts.sh
-
echo `pwd`
-
./BuildServer/Docker/upload_artefacts.sh
-
./BuildServer/Docker/upload_artefacts.sh
-
echo `ls`
-
echo `pwd`
-
echo ${CI_PROJECT_DIR}
...
...
@@ -43,7 +43,7 @@ deploy:ubuntu_xenial:
-
/^bugfix-.*$/
artifacts
:
paths
:
-
.
/*.deb
-
${CI_PROJECT_DIR}
/*.deb
tags
:
-
docker
-
sci
...
...
BuildServer/Docker/Builder/Dockerfile_build
View file @
605b56c9
...
...
@@ -12,5 +12,5 @@ RUN git checkout ${MDANSE_GIT_COMMIT}
RUN source ./BuildServer/Unix/definitions_debian.sh ; source ./BuildServer/Unix/version.sh ; ./BuildServer/Unix/build.sh
RUN source ./BuildServer/Unix/definitions_debian.sh ; source ./BuildServer/Unix/version.sh ; ./BuildServer/Unix/tests.sh
#
RUN source ./BuildServer/Unix/definitions_debian.sh ; source ./BuildServer/Unix/version.sh ; ./BuildServer/Unix/tests.sh
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment