Skip to content

Commit e83c1c2

Browse files
committed
Update travis.yml
1 parent f2e9543 commit e83c1c2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: bash
22

33
script:
4-
- bash shell/${BRANCH}.sh
4+
- bash shell/${BRANCH}.sh
5+
6+
if: tag IS blank

shell/master.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GH_REF="github.com/PasteUs/CDN.git"
44

55
bash -x shell/base.sh
66
bash shell/version.sh patch
7-
git add version.txt
7+
git add --all
88
git commit -m "pushed from travis-ci `TZ=UTC-8 date +'%Y-%m-%d %H:%M:%S'` [ci skip]"
99
git push https://${GH_TOKEN}@${GH_REF} master
1010
VERSION=`cat version.txt`

0 commit comments

Comments
 (0)