Skip to content

Commit 078761d

Browse files
committed
Moved sshagent call - to encompass the publish step. This will be required for updating beehive-flow.
1 parent 9d0f8b0 commit 078761d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ node("primary") {
3434
bedrockBrowsers(platforms: platforms, testDirs: [ "src/test/ts/browser" ])
3535

3636
stage("publish") {
37-
sh "yarn beehive-flow publish"
3837
sshagent(credentials: ['jenkins2-github']) {
38+
sh "yarn beehive-flow publish"
3939
sh "yarn beehive-flow advance-ci"
4040
}
4141
}

0 commit comments

Comments
 (0)