Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amandine PERRIN
pipeline_annotation
Commits
6fb0c319
Commit
6fb0c319
authored
Apr 18, 2017
by
Amandine PERRIN
Browse files
Update gitlab ci and dockerfile
parent
ae3ff5fb
Pipeline
#1810
failed with stage
in 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6fb0c319
...
...
@@ -4,7 +4,7 @@ services:
-
docker:dind
variables
:
CI_REGISTRY_IMAGE
:
"
registry-gitlab.pasteur.fr/
demo/online-course
"
CI_REGISTRY_IMAGE
:
"
registry-gitlab.pasteur.fr/
aperrin/pipeline_annotation
"
before_script
:
-
docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" registry-gitlab.pasteur.fr
...
...
@@ -15,6 +15,6 @@ build:
stage
:
build
script
:
-
apk update ; apk add git
-
git checkout master
-- requirements.txt
-
git checkout master
-
docker build --pull -t "$CI_REGISTRY_IMAGE:testing-ubuntu" .
-
docker push "$CI_REGISTRY_IMAGE:testing-ubuntu"
Dockerfile
View file @
6fb0c319
from
ubuntu
RUN
apt-get update
from
ubuntu:16.04
RUN
apt-get update
&&
\
apt-get
-y
upgrade
# RUN yum install -y epel-release
# RUN yum install install -y python34-pip python34-devel postgresql-server gcc postgresql-devel
# ADD requirements.txt /requirements.txt
...
...
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