File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,8 @@ before_script:
55 export PACKAGE_VERSION=$(npm version patch)
66 npm install -g documentation
77 npm run doc
8-
98 fi
109
11- # export PACKAGE_VERSION=$(node -p -e "require('./package.json').version")
12-
1310language : node_js
1411sudo : required
1512node_js :
@@ -35,7 +32,7 @@ before_deploy:
3532 echo $PACKAGE_VERSION
3633 git config --local user.name "Francesca-Bit"
3734 git config --local user.email "[email protected] " 38- git add .
35+ git checkout -b tmp
3936 git commit --amend -m "[skip travis] version changed $PACKAGE_VERSION"
4037 git push https://Francesca-Bit:[email protected] /terminusdb/terminus-client.git HEAD:clientBuild 4138 git tag -f -a "$PACKAGE_VERSION" -m "new version $PACKAGE_VERSION"
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ pushd "$HOME" || exit
1212git clone --branch=$PUBLICATION_BRANCH " https://${GITHUB_TOKEN} @github.com/$TRAVIS_REPO_SLUG " tmp_pages 2>&1 > /dev/null
1313cd tmp_pages || exit
1414
15- rm -rf 1.1.14
16- rm -rf 1.1.13
15+ # rm -rf 1.1.14
16+ # rm -rf 1.1.13
1717# Update pages
1818cp -r $REPO_PATH /public_pages/. .
1919# Commit and push latest version
You can’t perform that action at this time.
0 commit comments