Skip to content

Commit

Permalink
CLEANUP/MINOR: ci: remove deprecated gitlab token usage
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Jan 17, 2024
1 parent 7bff361 commit 601aff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ test:
tags:
- go
before_script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY_GO
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY_GO
- docker pull $CI_REGISTRY_GO/client-native-env:$HAPROXY_VERSION
- docker image tag $CI_REGISTRY_GO/client-native-env:$HAPROXY_VERSION test_env:$HAPROXY_VERSION
- docker build -f ./e2e/Dockerfile --build-arg HAPROXY_VERSION=${HAPROXY_VERSION} -t client-native-test:${HAPROXY_VERSION} .
Expand Down

0 comments on commit 601aff7

Please sign in to comment.