Skip to content

Commit dd29160

Browse files
authored
Removed sync-buildkit-plugin (#804)
* removed sync-buildkit-plugin * removed sync depends_on
1 parent e09a394 commit dd29160

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,8 @@ steps:
4444
- SAUCE_USERNAME
4545
- SAUCE_ACCESS_KEY
4646

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-
5647
- wait: ~
57-
depends_on: ["snyk", "build"]
48+
depends_on: ["build"]
5849

5950
- label: ":cloud: Upload Assets to stage bucket"
6051
branches: master staging

0 commit comments

Comments
 (0)