fix(CI): change agent name

This commit is contained in:
Benoit Martins 2023-03-27 11:40:56 +00:00 committed by bmartins
parent 40ddc38848
commit 641a16565f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ deploy-image:
entrypoint: [''] entrypoint: ['']
script: script:
- kubectl config get-contexts - kubectl config get-contexts
- kubectl config use-context framasoft/framadate/funky-framadate-front:gitlab-agent-framadate-front - kubectl config use-context framasoft/framadate/funky-framadate-front:framadate-local-cluster
- kubectl get pods - kubectl get pods
# build: # build: