Update .gitlab-ci.yml
This commit is contained in:
@@ -55,7 +55,7 @@ apply:
|
|||||||
script:
|
script:
|
||||||
- terraform apply -auto-approve -var-file=terraform.tfvars
|
- terraform apply -auto-approve -var-file=terraform.tfvars
|
||||||
after_script:
|
after_script:
|
||||||
- curl --request POST --header "PRIVATE-TOKEN:${jobtoken}" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/variables/kubeconfig" --form "value=$(cat config)"
|
- curl --request POST --header "PRIVATE-TOKEN:${jobtoken}" "https://gitlab.com/api/v4/projects/39696994/variables/kubeconfig" --form "value=$(cat config)"
|
||||||
dependencies:
|
dependencies:
|
||||||
- plan
|
- plan
|
||||||
only:
|
only:
|
||||||
|
|||||||
Reference in New Issue
Block a user