We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac4d71 commit 4db5be2Copy full SHA for 4db5be2
.buildkite/pipeline.yml
@@ -20,6 +20,7 @@ steps:
20
os: "linux"
21
queue: "juliaecosystem"
22
arch: "x86_64"
23
+ debug_plugin: "true"
24
timeout_in_minutes: 240
25
# Don't run Buildkite if the commit message includes the text [skip tests]
26
if: build.message !~ /\[skip tests\]/
@@ -81,6 +82,5 @@ steps:
81
82
83
84
env:
- debug_plugin: "true"
85
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
86
# SECRET_CODECOV_TOKEN: "..."
0 commit comments