diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9865b488ae6d793286ed32e69315ab9b6a23cbd9..4045d6f771f9f740ef32d7908ff54cadc229a589 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,13 +19,15 @@ elastic: entrypoint: [""] variables: TF_VAR_ec_apikey: $EC_API_KEY - script: - - cd ${TF_ROOT} - - terraform init - - terraform validate - - terraform fmt -check - - terraform plan - - terraform apply -auto-approve + script: |- + printenv + echo $TF_ADDRESS + cd $TF_ROOT + terraform init + terraform validate + terraform fmt -check + terraform plan + terraform apply -auto-approve gcloud: stage: deploy @@ -34,5 +36,6 @@ gcloud: image: name: google/cloud-sdk:slim entrypoint: [""] - script: - - gcloud version \ No newline at end of file + script: |- + printenv + gcloud version \ No newline at end of file