Skip to content

Commit dce05cf

Browse files
Merge pull request #19 from scheduleonce/ultragroot/ONCEHUB-52065
updated path for publish and master branch to publish
2 parents cf60f12 + d42ca58 commit dce05cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.lighthouse/jenkins-x/triggers.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ spec:
1414
context: "release"
1515
source: "release.yaml"
1616
branches:
17+
- ^(master)$
1718
- ^(qa)$
1819
- ^(team\/.+)$

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ npm whoami
66
npm i
77
npm run package
88
filename="$(npm pack --dry-run | tail -n 1)"
9-
npm publish dist/ui/$filename --registry=https://registry.npmjs.org/
9+
npm publish $filename --registry=https://registry.npmjs.org/
1010

1111
echo "$filename package pushed to NPM successfully"

0 commit comments

Comments
 (0)