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

Use BUILD_TAG if set, else fallback to BUILD_DATE

parent 14ab37ec
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,8 @@ workflow: ...@@ -38,7 +38,8 @@ workflow:
.get_build_date: &get_build_date .get_build_date: &get_build_date
- export BUILD_DATE=$(TZ=America/Chicago date +%Y-%m-%dT%H%M%S) - export BUILD_DATE=$(TZ=America/Chicago date +%Y-%m-%dT%H%M%S)
- echo BUILD_DATE=${BUILD_DATE} - export FINAL_BUILD_TAG=${BUILD_TAG:-$BUILD_DATE}
- echo FINAL_BUILD_TAG=${FINAL_BUILD_TAG}
.update_ansible_repo: &update_ansible_repo .update_ansible_repo: &update_ansible_repo
- *get_build_date - *get_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