This commit is contained in:
Marco Zeisler 2021-05-11 19:46:14 +02:00
parent 7866f4152f
commit 6d80cf94e3

View File

@ -105,7 +105,7 @@ test_fe:
services: services:
- docker:dind - docker:dind
before_script: before_script:
- echo $DOCKER_PW | docker login -u $DOCKER_USER --password-stdin - echo "$DOCKER_PW" | docker login --username $DOCKER_USER --password-stdin
artifacts: artifacts:
untracked: true untracked: true
tags: tags: