File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ script:
3636
3737after_success :
3838 - cd ../
39- - git clone https://github.com/meta-magic/amexio-ios.git -b v5.13
39+ - git clone https://github.com/meta-magic/amexio-ios.git -b v5.14
4040 - cd amexio-ios
4141 # - mkdir themes
4242 - cp -rf ../dist/amexio-ng-extensions.tgz .
4343 # - cp -rf ../src/styles/css/* themes/
4444 # - tar -czvf themes.tar.gz themes/*
4545 - git add amexio-ng-extensions.tgz
4646 - git commit -m "date"
47- - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git push "https://deepali-arvind:${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git" HEAD:v5.13 ; fi
47+ - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git push "https://deepali-arvind:${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git" HEAD:v5.14 ; fi
4848 - gulp coveralls
4949 - codecov
5050
You can’t perform that action at this time.
0 commit comments