Skip to content

Commit ec44950

Browse files
hdurand0710oktalz
authored andcommitted
TEST/MEDIUM: fix username for docker login with token
This change is used in the commit or nightly build.
1 parent e29a5e5 commit ec44950

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab/conformance-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ conformance-GW-API-1_3_0:
6464
CONFORMANCE_JUNIT_OUTPUT: "conformance-junit-1.3.0.xml"
6565
before_script:
6666
- export PATH=$PATH:/root/go/bin
67-
- docker login -u="$app" -p "$CI_REGISTRY_TOKEN" registry.haproxy.com
67+
- docker login -u='$app' -p "$CI_REGISTRY_TOKEN" registry.haproxy.com
6868
- docker pull -q $HAPROXY_REGISTRY_GO/alpine:3
6969
- docker image tag $HAPROXY_REGISTRY_GO/alpine:3 alpine:3
7070
- docker pull -q $HAPROXY_REGISTRY_GO/golang:$GO_VERSION-alpine
@@ -106,7 +106,7 @@ conformance-GW-API-1_3_0:
106106
# CONFORMANCE_JUNIT_OUTPUT: "conformance-junit-1.4.0.xml"
107107
# before_script:
108108
# - export PATH=$PATH:/root/go/bin
109-
# - docker login -u="$app" -p "$CI_REGISTRY_TOKEN" registry.haproxy.com
109+
# - docker login -u='$app' -p "$CI_REGISTRY_TOKEN" registry.haproxy.com
110110
# - docker pull -q $HAPROXY_REGISTRY_GO/alpine:3
111111
# - docker image tag $HAPROXY_REGISTRY_GO/alpine:3 alpine:3
112112
# - docker pull -q $HAPROXY_REGISTRY_GO/golang:$GO_VERSION-alpine
@@ -148,7 +148,7 @@ conformance-GW-API-1_3_0:
148148
# CONFORMANCE_JUNIT_OUTPUT: "conformance-junit-1.5.0.xml"
149149
# before_script:
150150
# - export PATH=$PATH:/root/go/bin
151-
# - docker login -u="$app" -p "$CI_REGISTRY_TOKEN" registry.haproxy.com
151+
# - docker login -u='$app' -p "$CI_REGISTRY_TOKEN" registry.haproxy.com
152152
# - docker pull -q $HAPROXY_REGISTRY_GO/alpine:3
153153
# - docker image tag $HAPROXY_REGISTRY_GO/alpine:3 alpine:3
154154
# - docker pull -q $HAPROXY_REGISTRY_GO/golang:$GO_VERSION-alpine

0 commit comments

Comments
 (0)