fix sbot path
This commit is contained in:
parent
fa96f6adce
commit
e88b947e52
@ -36,7 +36,7 @@ version:
|
|||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
- ssh-add <(echo "$SSH_PRIVATE_KEY")
|
- ssh-add <(echo "$SSH_PRIVATE_KEY")
|
||||||
- git remote set-url origin git@gitlab.com:grassrootseconomics/cic-internal-integration.git
|
- 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 ]]
|
if [[ -z $TAG ]]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user