try with =

This commit is contained in:
Ric Harvey
2018-06-17 22:52:09 +01:00
parent ed8d3a1e16
commit 7448ba4595

View File

@@ -1,5 +1,4 @@
image: docker:latest image: docker:latest
services: services:
- docker:dind - docker:dind
@@ -8,7 +7,7 @@ stages:
before_script: before_script:
- echo Logging in to Docker Hub... - echo Logging in to Docker Hub...
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD - docker login -u=$DOCKER_USERNAME -p=$DOCKER_PASSWORD
build: build:
stage: build stage: build