Skip to content

Commit c9be294

Browse files
Add date debug to CI
1 parent 0a2bd28 commit c9be294

File tree

1 file changed

+9
-0
lines changed
  • src/ci/azure-pipelines/steps

1 file changed

+9
-0
lines changed

src/ci/azure-pipelines/steps/run.yml

+9
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ steps:
3030
- bash: printenv | sort
3131
displayName: Show environment variables
3232

33+
# Log the date, even on failure. Attempting to debug SSL certificate errors.
34+
- bash: date
35+
displayName: Print out date (before build)
36+
3337
- bash: |
3438
set -e
3539
df -h
@@ -198,3 +202,8 @@ steps:
198202
condition: variables['AWS_SECRET_ACCESS_KEY']
199203
continueOnError: true
200204
displayName: Upload CPU usage statistics
205+
206+
# Log the date, even on failure. Attempting to debug SSL certificate errors.
207+
- bash: date
208+
continueOnError: true
209+
displayName: Print out date (after build)

0 commit comments

Comments
 (0)