Skip to content

Commit

Permalink
reduce amount of runs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Feb 26, 2024
1 parent d92b3b6 commit e5d0e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ctr -n moby events > "${ARTIFACTS_LOCAL}/containerd-events.txt" 2>&1 &

ORIGINAL_ARTIFACTS="${ARTIFACTS}"

for i in {1..10}; do
for i in {1..9}; do
ARTIFACTS="${ORIGINAL_ARTIFACTS}/${i}"
echo "Using artifacts location: $ARTIFACTS"
mkdir -p "$ARTIFACTS"
Expand Down

0 comments on commit e5d0e1c

Please sign in to comment.