Skip to content
Snippets Groups Projects
Verified Commit c37070cf authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 4096c688
No related branches found
No related tags found
No related merge requests found
Pipeline #8428 passed
......@@ -140,9 +140,9 @@ test:
artifacts: true
script:
- echo $PWD
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- ls -la
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- if [[ "$CAOSDB_TAG" == "" ]]; then
if echo "$F_BRANCH" | grep -c "^f-" ; then
......
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