Skip to content

Commit 36df5d4

Browse files
fix(CI): delete artifacts when cleaning up (#179)
1 parent c3d0d95 commit 36df5d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def make = { String target ->
1818
}
1919
}
2020

21-
def gcs_cleanup_cmd = "sh -c 'rm -rf /.config/*'"
21+
def gcs_cleanup_cmd = "sh -c 'rm -rf /upload/* /.config/*'"
2222
def gcs_bucket = "gs://workflow-cli"
2323
def gcs_key = "tmp/key.json"
2424

0 commit comments

Comments
 (0)