cds-snc / ircc-rescheduler

🙅🗓
https://vancouver.rescheduler-dev.cds-snc.ca/
MIT License
24 stars 7 forks source link

1007last modified date #565

Open newcitywave opened 5 years ago

newcitywave commented 5 years ago

bash error fixed

2019-10-09T11:39:07.1840068Z ##[section]Starting: Bash 2019-10-09T11:39:07.1845798Z ============================================================================== 2019-10-09T11:39:07.1846265Z Task : Bash 2019-10-09T11:39:07.1846522Z Description : Run a Bash script on macOS, Linux, or Windows 2019-10-09T11:39:07.1846756Z Version : 3.151.3 2019-10-09T11:39:07.1846962Z Author : Microsoft Corporation 2019-10-09T11:39:07.1847204Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2019-10-09T11:39:07.1847473Z ============================================================================== 2019-10-09T11:39:07.7124595Z Generating script. 2019-10-09T11:39:07.7127740Z Script contents: 2019-10-09T11:39:07.7128181Z RAZZLE_BUILD_DATE=$(date +%x) && echo $RAZZLE_BUILD_DATE 2019-10-09T11:39:07.7128881Z ========================== Starting Command Output =========================== 2019-10-09T11:39:07.7131273Z [command]/bin/bash --noprofile --norc /home/vsts/work/_temp/1cea1466-f928-4e18-8633-68832ed58a61.sh 2019-10-09T11:39:07.7131664Z 10/09/2019 <----- What we wanted. 2019-10-09T11:39:07.7173069Z ##[section]Finishing: Bash