diff options
| author | 2019-09-22 18:39:03 -0400 | |
|---|---|---|
| committer | 2019-09-22 18:39:29 -0400 | |
| commit | 15805f4e0184ede370bdc63d533fc5e0be6a6a50 (patch) | |
| tree | 1bfa6662aa06e9e28e14412ddedb2590fe4279c0 /.ci/templates | |
| parent | ci: Update to use date as build number (diff) | |
| download | yuzu-15805f4e0184ede370bdc63d533fc5e0be6a6a50.tar.gz yuzu-15805f4e0184ede370bdc63d533fc5e0be6a6a50.tar.xz yuzu-15805f4e0184ede370bdc63d533fc5e0be6a6a50.zip | |
ci: Determine build date via bash
Diffstat (limited to '.ci/templates')
| -rw-r--r-- | .ci/templates/build-single.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/templates/build-single.yml b/.ci/templates/build-single.yml index 44b709177..9bc27247e 100644 --- a/.ci/templates/build-single.yml +++ b/.ci/templates/build-single.yml | |||
| @@ -3,7 +3,8 @@ parameters: | |||
| 3 | cache: 'false' | 3 | cache: 'false' |
| 4 | 4 | ||
| 5 | steps: | 5 | steps: |
| 6 | - script: export CI=true && AZURE_REPO_NAME=yuzu-emu/yuzu-$(BuildName) && AZURE_REPO_TAG=$(BuildName)-$(Date:yyyy.MM.dd) | 6 | - script: export DATE=`date '+%Y.%m.%d'` && export CI=true && AZURE_REPO_NAME=yuzu-emu/yuzu-$(BuildName) && AZURE_REPO_TAG=$(BuildName)-$DATE |
| 7 | displayName: 'Determine Build Name' | ||
| 7 | - task: DockerInstaller@0 | 8 | - task: DockerInstaller@0 |
| 8 | displayName: 'Prepare Environment' | 9 | displayName: 'Prepare Environment' |
| 9 | inputs: | 10 | inputs: |