Skip to content

Commit 4db5be2

Browse files
Update pipeline.yml
1 parent 3ac4d71 commit 4db5be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ steps:
2020
os: "linux"
2121
queue: "juliaecosystem"
2222
arch: "x86_64"
23+
debug_plugin: "true"
2324
timeout_in_minutes: 240
2425
# Don't run Buildkite if the commit message includes the text [skip tests]
2526
if: build.message !~ /\[skip tests\]/
@@ -81,6 +82,5 @@ steps:
8182
if: build.message !~ /\[skip tests\]/
8283

8384
env:
84-
debug_plugin: "true"
8585
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
8686
# SECRET_CODECOV_TOKEN: "..."

0 commit comments

Comments
 (0)