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.
1 parent fc3be81 commit ac0b8efCopy full SHA for ac0b8ef
.travis.yml
@@ -22,5 +22,6 @@ notifications:
22
email: false
23
slack:
24
on_success: change
25
+ on_failure: always
26
rooms:
27
- heyprof:OnsMQaj2FtGkJ972FzpPw60T#pipelines-front
ci/commit-lockfile.sh
@@ -11,7 +11,7 @@ if ! git diff-index --quiet HEAD --; then
11
git remote add jenkins https://"$GITHUB_TOKEN"@github.com/"$TRAVIS_REPO_SLUG".git
12
13
git add package-lock.json
14
- git commit -m "chore(*): update lockfile"
+ git commit -m "chore(*): update lockfile [ci skip]"
15
LAST_COMMIT=`git rev-parse HEAD`
16
git push jenkins $LAST_COMMIT:$TRAVIS_PULL_REQUEST_BRANCH
17
git remote rm jenkins
0 commit comments