From c37070cfc1a10ef2fc54317591346433c4537cb1 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Mon, 7 Jun 2021 16:01:44 +0200 Subject: [PATCH] WIP: pipeline --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa2f1c7..6c63c0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab