Skip to content

Commit 2f1b684

Browse files
committed
Also try always 1 agent
1 parent e3081ab commit 2f1b684

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/scripts/run-agents.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ grep 'token=' "$BUILDKITE_CONFIG_PATH" >> "$CONFIG_FILE"
2828

2929
unset ${!BUILDKITE_*}
3030

31-
buildkite-agent start --spawn-per-cpu 1 --config "$CONFIG_FILE"
31+
# buildkite-agent start --spawn-per-cpu 1 --config "$CONFIG_FILE"
32+
buildkite-agent start --config "$CONFIG_FILE"

0 commit comments

Comments
 (0)