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
d86ef01a
Commit
d86ef01a
authored
May 30, 2018
by
eric pellegrini
Browse files
Bug fix in Dockerfile_deploy
parent
381e0046
Pipeline
#3765
passed with stages
in 15 minutes and 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d86ef01a
...
...
@@ -25,7 +25,7 @@ ci:ubuntu_xenial:
deploy:ubuntu_xenial:
stage
:
deploy
script
:
-
docker build --force-rm
--build-arg MDANSE_GIT_COMMIT=${CI_COMMIT_SHA}
-t deploy_mdanse_xenial -f ./BuildServer/Docker/Builder/Dockerfile_deploy .
-
docker build --force-rm -t deploy_mdanse_xenial -f ./BuildServer/Docker/Builder/Dockerfile_deploy .
-
chmod 755 ./BuildServer/Docker/upload_artefacts.sh
-
./BuildServer/Docker/upload_artefacts.sh
allow_failure
:
false
...
...
BuildServer/Docker/Builder/Dockerfile_deploy
View file @
d86ef01a
...
...
@@ -2,13 +2,5 @@ FROM ci_mdanse_xenial
SHELL ["/bin/bash", "-c"]
ARG MDANSE_GIT_COMMIT
RUN GIT_SSL_NO_VERIFY=true git clone https://code.ill.fr/scientific-software/mdanse.git
WORKDIR mdanse
RUN git checkout ${MDANSE_GIT_COMMIT}
RUN source ./BuildServer/Unix/definitions_debian.sh ; source ./BuildServer/Unix/version.sh ; ./BuildServer/Unix/deploy_debian.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