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 fe98521 commit ec1b1b3Copy full SHA for ec1b1b3
.travis.yml
@@ -40,7 +40,7 @@ before_deploy:
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)
+ export LAST_HASH=$(git rev-parse https://Francesca-Bit:[email protected]/terminusdb/terminus-client.git/clientBuild)
44
echo $LAST_HASH
45
fi
46
0 commit comments