We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09a394 commit dd29160Copy full SHA for dd29160
1 file changed
.buildkite/pipeline.yml
@@ -44,17 +44,8 @@ steps:
44
- SAUCE_USERNAME
45
- SAUCE_ACCESS_KEY
46
47
- - label: "🔒 Snyk Security Check"
48
- key: "snyk"
49
- agents:
50
- queue: v1
51
- plugins:
52
- - ssh://git@github.com/segmentio/snyk-buildkite-plugin#v1.2.0:
53
- runtime: npm
54
- fail-on: upgradable
55
-
56
- wait: ~
57
- depends_on: ["snyk", "build"]
+ depends_on: ["build"]
58
59
- label: ":cloud: Upload Assets to stage bucket"
60
branches: master staging
0 commit comments