Skip to content
Snippets Groups Projects
Commit f7ab85ff authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

New CI pipeline (debug) - forgot setuptools

parent 568596f2
No related branches found
No related tags found
No related merge requests found
Pipeline #
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment