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 ba7a3e0 commit 5ce49ce
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 @@ -156,7 +156,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:$HAPROXY_VERSION
- docker image tag $CI_REGISTRY_GO/client-native:$HAPROXY_VERSION test_env:$HAPROXY_VERSION
- docker build --file ./e2e/Dockerfile --build-arg HAPROXY_VERSION=$HAPROXY_VERSION --build-arg DOCKER_URL=$CI_REGISTRY_GO --tag client-native-test:$HAPROXY_VERSION .
Expand Down

0 comments on commit 5ce49ce

Please sign in to comment.