Skip to content
Snippets Groups Projects
Commit 22e8f3ff authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Update timestamp to include time

parent ec2cd947
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ workflow: ...@@ -39,7 +39,7 @@ workflow:
- if: $CI_PIPELINE_SOURCE == 'schedule' - if: $CI_PIPELINE_SOURCE == 'schedule'
.get_build_date: &get_build_date .get_build_date: &get_build_date
- export BUILD_DATE=$(TZ=America/Chicago date +%Y%m%d) - export BUILD_DATE=$(TZ=America/Chicago date +%Y-%m-%dT%H%M%S)
- echo BUILD_DATE=${BUILD_DATE} - echo BUILD_DATE=${BUILD_DATE}
.update_ansible_repo: &update_ansible_repo .update_ansible_repo: &update_ansible_repo
......
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