Skip to content
Snippets Groups Projects
Commit 0874388b authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

added %H%M%S to the BUILD_DATE var

parent 860c4435
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #8066 passed with stages
in 2 minutes and 54 seconds
......@@ -44,7 +44,7 @@ tf-apply:
stage: build
tags: [build]
script:
- export BUILD_DATE=$(TZ=America/Chicago date +%Y%m%d)
- export BUILD_DATE=$(TZ=America/Chicago date +%Y%m%d%H%M%S)
- export TF_VAR_internal_network="tf-clusternet-$BUILD_DATE"
- export TF_VAR_external_network="tf-dmznet-$BUILD_DATE"
- export TF_VAR_keypair_name="os-gen-keypair-$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