Skip to content

Commit 0a578e4

Browse files
committed
[run deploy] version 005
1 parent 84bf8da commit 0a578e4

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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-
1310
language: node_js
1411
sudo: required
1512
node_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"

public_pages.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ pushd "$HOME" || exit
1212
git clone --branch=$PUBLICATION_BRANCH "https://${GITHUB_TOKEN}@github.com/$TRAVIS_REPO_SLUG" tmp_pages 2>&1 > /dev/null
1313
cd 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
1818
cp -r $REPO_PATH/public_pages/. .
1919
# Commit and push latest version

0 commit comments

Comments
 (0)