We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2bd28 commit c9be294Copy full SHA for c9be294
src/ci/azure-pipelines/steps/run.yml
@@ -30,6 +30,10 @@ steps:
30
- bash: printenv | sort
31
displayName: Show environment variables
32
33
+# Log the date, even on failure. Attempting to debug SSL certificate errors.
34
+- bash: date
35
+ displayName: Print out date (before build)
36
+
37
- bash: |
38
set -e
39
df -h
@@ -198,3 +202,8 @@ steps:
198
202
condition: variables['AWS_SECRET_ACCESS_KEY']
199
203
continueOnError: true
200
204
displayName: Upload CPU usage statistics
205
206
207
208
+ continueOnError: true
209
+ displayName: Print out date (after build)
0 commit comments