Skip to content

Commit ac0b8ef

Browse files
committed
chore(ci): disable duplicate builds
1 parent fc3be81 commit ac0b8ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ notifications:
2222
email: false
2323
slack:
2424
on_success: change
25+
on_failure: always
2526
rooms:
2627
- heyprof:OnsMQaj2FtGkJ972FzpPw60T#pipelines-front

ci/commit-lockfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if ! git diff-index --quiet HEAD --; then
1111
git remote add jenkins https://"$GITHUB_TOKEN"@github.com/"$TRAVIS_REPO_SLUG".git
1212

1313
git add package-lock.json
14-
git commit -m "chore(*): update lockfile"
14+
git commit -m "chore(*): update lockfile [ci skip]"
1515
LAST_COMMIT=`git rev-parse HEAD`
1616
git push jenkins $LAST_COMMIT:$TRAVIS_PULL_REQUEST_BRANCH
1717
git remote rm jenkins

0 commit comments

Comments
 (0)