mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
ci: Determine build date via bash
This commit is contained in:
parent
86422c69ae
commit
4567300484
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ parameters:
|
||||||
cache: 'false'
|
cache: 'false'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- script: export CI=true && AZURE_REPO_NAME=yuzu-emu/yuzu-$(BuildName) && AZURE_REPO_TAG=$(BuildName)-$(Date:yyyy.MM.dd)
|
- script: export DATE=`date '+%Y.%m.%d'` && export CI=true && AZURE_REPO_NAME=yuzu-emu/yuzu-$(BuildName) && AZURE_REPO_TAG=$(BuildName)-$DATE
|
||||||
|
displayName: 'Determine Build Name'
|
||||||
- task: DockerInstaller@0
|
- task: DockerInstaller@0
|
||||||
displayName: 'Prepare Environment'
|
displayName: 'Prepare Environment'
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue