We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 697989b + 99c46e1 commit ebce493Copy full SHA for ebce493
2 files changed
.buildkite/pipeline.yml
@@ -0,0 +1,7 @@
1
+steps:
2
+ - label: "Dummy pipeline"
3
+ if: "false"
4
+ agents:
5
+ queue: cpu_queue_premerge_us_east_1
6
+ commands:
7
+ - "echo 'This pipeline is intentionally a no-op.'"
.gitignore
@@ -160,7 +160,7 @@ cython_debug/
160
docker/
161
162
# scripts
163
-scripts/
+/scripts/
164
165
# tests
166
tests/
0 commit comments