Skip to content

Commit 85f4bda

Browse files
Pranav Ravichandrand2lam
authored andcommitted
fix: Remove obsolete 'requires' settings from sd.yaml (#40)
1 parent b8bc853 commit 85f4bda

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

screwdriver.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ shared:
33

44
jobs:
55
main:
6-
requires: [~pr, ~commit]
76
steps:
87
- install: npm install
98
- test: npm test
@@ -12,7 +11,6 @@ jobs:
1211
- ~commit
1312

1413
publish:
15-
requires: main
1614
template: screwdriver-cd/semantic-release
1715
secrets:
1816
# Publishing to NPM

0 commit comments

Comments
 (0)