Skip to content

Commit 7dbc3f3

Browse files
committed
add “—force” flag to artifact push
1 parent cc1e9e4 commit 7dbc3f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.semaphore/semaphore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ blocks:
5353
shopt -s nullglob
5454
for file in build/test/test/debugArtifacts/debugHtmlAttachment-*.html; do
5555
echo "Uploading debug file $file as job artifact..."
56-
artifact push job "$file"
56+
artifact push job "$file" --force
5757
done
5858
5959
- name: Live UI Gmail tests
@@ -89,7 +89,7 @@ blocks:
8989
shopt -s nullglob
9090
for file in build/test/test/debugArtifacts/debugHtmlAttachment-*.html; do
9191
echo "Uploading debug file $file as job artifact..."
92-
artifact push job "$file"
92+
artifact push job "$file" --force
9393
done
9494
9595
- name: Other tests

0 commit comments

Comments
 (0)