Skip to content

Commit 192e75b

Browse files
committed
test [run deploy] 1.1.7 release
1 parent 914cbb6 commit 192e75b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ before_deploy:
3939
git commit --amend -m "[skip travis] version changed $PACKAGE_VERSION"
4040
git push https://Francesca-Bit:[email protected]/terminusdb/terminus-client.git HEAD:clientBuild
4141
git tag -f -a "$PACKAGE_VERSION" -m "new version $PACKAGE_VERSION"
42+
43+
export LAST_HASH=$(git rev-parse HEAD)
44+
echo $LAST_HASH
4245
fi
4346
4447
#git tag -f -a "$PACKAGE_VERSION" -m "new version $PACKAGE_VERSION"
@@ -71,6 +74,9 @@ deploy:
7174
api_key: $GITHUB_TOKEN
7275
skip_cleanup: true
7376
file: package.json
77+
overwrite: true
78+
file_glob: true
79+
file: ./*
7480
on:
7581
branch: clientBuild
7682
condition: $TRAVIS_COMMIT_MESSAGE == *"[run deploy]"*

0 commit comments

Comments
 (0)