Skip to content
Snippets Groups Projects
Commit e744e79d authored by Lauri Himanen's avatar Lauri Himanen
Browse files

Trying to put docker image push to testing phase.

parent 01f79b81
No related branches found
No related tags found
4 merge requests!115V0.8.0 beta,!113V0.8.0,!103Merging Encyclopedia functionality with v0.8.0,!102First version of EncyclopediaNormalizer
Pipeline #66603 canceled
......@@ -39,7 +39,7 @@ build:
- find dependencies -name "*test*" -type d -exec echo "{}/" \; >> .dockerignore
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN gitlab-registry.mpcdf.mpg.de
- docker build -t $TEST_IMAGE .
- docker push $TEST_IMAGE
#- docker push $TEST_IMAGE
except:
- /^dev-.*$/
- tags
......@@ -57,6 +57,15 @@ buildgui:
- /^dev-.*$/
- tags
pushimage:
stage: test
script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN gitlab-registry.mpcdf.mpg.de
- docker push $TEST_IMAGE
except:
- /^dev-.*$/
- tags
linting:
stage: test
image: $TEST_IMAGE
......
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