Skip to content

Commit

Permalink
INT-3305: Fix for Jenkinsfile "command not found" error (#379)
Browse files Browse the repository at this point in the history
* INT-3305: Jenkinsfile now uses correct storybook deployment script

* INT-3305: Change version back to an rc for releasing
  • Loading branch information
danoaky-tiny authored Apr 29, 2024
1 parent 35b0806 commit b4f38f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mixedBeehiveFlow(
def status = beehiveFlowStatus()
if (status.branchState == 'releaseReady' && status.isLatest) {
sshagent (credentials: ['3e856116-029e-4c8d-b57d-593b2fba3cb2']) {
exec('yarn storybook-to-ghpages')
exec('yarn deploy-storybook')
}
} else {
echo "Skipping as is not latest release"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"dependencies": {
"tinymce": "^5.10.7"
},
"version": "8.0.0",
"version": "8.0.0-rc",
"name": "@tinymce/tinymce-angular"
}

0 comments on commit b4f38f6

Please sign in to comment.