Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jochem Bijlard
fractalis
Commits
f7ab85ff
Commit
f7ab85ff
authored
Mar 09, 2018
by
Sascha Herzinger
Browse files
New CI pipeline (debug) - forgot setuptools
parent
568596f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f7ab85ff
image
:
centos:
latest
image
:
centos:
7
services
:
-
redis:3.2-alpine
...
...
@@ -24,6 +24,7 @@ build:
-
yum install -y epel-release
-
yum update -y
-
yum install -y python34
-
pip3 install setuptools
-
python3 setup.py sdist
-
docker build -t $DOCKER_IMAGE_TAG --build-arg SDIST=$SDIST .
-
docker save $DOCKER_IMAGE_TAG -o image.tar
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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