Skip to content
Snippets Groups Projects
Commit dcaf4416 authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Debug - Adding more ls commands and git status

parent 458b321b
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #8000 failed with stages
in 3 minutes and 1 second
...@@ -40,7 +40,7 @@ tf-apply: ...@@ -40,7 +40,7 @@ tf-apply:
stage: build stage: build
tags: [build] tags: [build]
script: script:
- ls -al . && ls -al CRI_XCBC && ls -al CRI_Cluster_Monitor - ls -al . && git status && ls -al CRI_XCBC && ls -al CRI_XCBC/.git && ls -al CRI_Cluster_Monitor
- export BUILD_DATE=$(TZ=America/Chicago date +%Y%m%d) - export BUILD_DATE=$(TZ=America/Chicago date +%Y%m%d)
- export TF_VAR_internal_network="tf-clusternet-$BUILD_DATE" - export TF_VAR_internal_network="tf-clusternet-$BUILD_DATE"
- export TF_VAR_external_network="tf-dmznet-$BUILD_DATE" - export TF_VAR_external_network="tf-dmznet-$BUILD_DATE"
......
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