We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914cbb6 commit 192e75bCopy full SHA for 192e75b
.travis.yml
@@ -39,6 +39,9 @@ before_deploy:
39
git commit --amend -m "[skip travis] version changed $PACKAGE_VERSION"
40
git push https://Francesca-Bit:[email protected]/terminusdb/terminus-client.git HEAD:clientBuild
41
git tag -f -a "$PACKAGE_VERSION" -m "new version $PACKAGE_VERSION"
42
+
43
+ export LAST_HASH=$(git rev-parse HEAD)
44
+ echo $LAST_HASH
45
fi
46
47
#git tag -f -a "$PACKAGE_VERSION" -m "new version $PACKAGE_VERSION"
@@ -71,6 +74,9 @@ deploy:
71
74
api_key: $GITHUB_TOKEN
72
75
skip_cleanup: true
73
76
file: package.json
77
+ overwrite: true
78
+ file_glob: true
79
+ file: ./*
80
on:
81
branch: clientBuild
82
condition: $TRAVIS_COMMIT_MESSAGE == *"[run deploy]"*
0 commit comments