We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf60f12 + d42ca58 commit dce05cfCopy full SHA for dce05cf
.lighthouse/jenkins-x/triggers.yaml
@@ -14,5 +14,6 @@ spec:
14
context: "release"
15
source: "release.yaml"
16
branches:
17
+ - ^(master)$
18
- ^(qa)$
19
- ^(team\/.+)$
deploy.sh
@@ -6,6 +6,6 @@ npm whoami
6
npm i
7
npm run package
8
filename="$(npm pack --dry-run | tail -n 1)"
9
-npm publish dist/ui/$filename --registry=https://registry.npmjs.org/
+npm publish $filename --registry=https://registry.npmjs.org/
10
11
echo "$filename package pushed to NPM successfully"
0 commit comments