Skip to content
Snippets Groups Projects
Commit 407677c7 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix python

parent 5e812fc9
No related branches found
No related tags found
No related merge requests found
......@@ -12,13 +12,13 @@ stages:
before_script:
- apk --no-cache add python git
- apk --no-cache add python3 git
test:
stage: test
script:
- git --no-pager diff --name-only origin/master
- python publish_images.py -t
- python3 publish_images.py -t
tags:
- docker
except:
......@@ -28,7 +28,7 @@ publish:
stage: publish
script:
- git diff-tree --no-commit-id --name-only -r HEAD
- python publish_images.py
- python3 publish_images.py
tags:
- docker
only:
......
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