Skip to content

Commit cbe1e31

Browse files
committed
Allow empty artifacts when no scenario is evaluated
1 parent bb81197 commit cbe1e31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.continue.yml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@ jobs:
871871
command: |
872872
mkdir -p artifacts
873873
cd system-tests
874+
setopt null_glob
874875
for log_dir in logs*; do
875876
tar -cvzf ../artifacts/${log_dir}_<< parameters.weblog-variant >>.tar.gz $log_dir
876877
done

0 commit comments

Comments
 (0)