Skip to content
Snippets Groups Projects
Commit 8061b0e9 authored by Jonas Eppelt's avatar Jonas Eppelt
Browse files

updated Pipeline

parent 857794c0
Branches WS20
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ buildnpush:
script:
- ls -d */ | sed 's/.$//' | sed 's/builder//' >> image_list.txt
- TAG=$CI_COMMIT_BRANCH
- if [ "$CI_COMMIT_BRANCH" = "master" ]; then TAG="latest"; fi
- |
for im in $(cat image_list.txt)
do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment