Skip to content
Snippets Groups Projects
Commit 6ecea95f authored by McDonnell, Marshall's avatar McDonnell, Marshall
Browse files

DEBUG: checking whoami in plan stage to debug issue with no /usr/local/bin/gitlab-runner exec

parent 810c797a
No related branches found
No related tags found
No related merge requests found
Pipeline #625612 passed
......@@ -46,6 +46,7 @@ validate:
plan:
stage: build
script:
- whoami
- mv ${TFVARS_FILE} ${TF_ROOT}/terraform.tfvars
- mv ${SSH_KEY} ${TF_ROOT}/ssh-key
- chmod 600 ${TF_ROOT}/ssh-key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment