We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1e9e4 commit 7dbc3f3Copy full SHA for 7dbc3f3
.semaphore/semaphore.yml
@@ -53,7 +53,7 @@ blocks:
53
shopt -s nullglob
54
for file in build/test/test/debugArtifacts/debugHtmlAttachment-*.html; do
55
echo "Uploading debug file $file as job artifact..."
56
- artifact push job "$file"
+ artifact push job "$file" --force
57
done
58
59
- name: Live UI Gmail tests
@@ -89,7 +89,7 @@ blocks:
89
90
91
92
93
94
95
- name: Other tests
0 commit comments