fix sbot path

This commit is contained in:
semvervot 2021-10-19 13:35:49 -07:00
parent fa96f6adce
commit e88b947e52
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ version:
- eval $(ssh-agent -s)
- ssh-add <(echo "$SSH_PRIVATE_KEY")
- git remote set-url origin git@gitlab.com:grassrootseconomics/cic-internal-integration.git
- export TAG=$(./sbot predict version -m auto)
- export TAG=$(sbot predict version -m auto)
- |
if [[ -z $TAG ]]
then