Fix missing CI bin directory
This commit is contained in:
parent
8c388bc8b6
commit
86a475b733
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ then
|
||||||
git remote set-branches origin '*'
|
git remote set-branches origin '*'
|
||||||
git fetch --all
|
git fetch --all
|
||||||
echo "Available branches:"
|
echo "Available branches:"
|
||||||
echo "$(git branch --all)"
|
git branch --all
|
||||||
|
cd "$ROOT"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# make sure build dir exists
|
# make sure build dir exists
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue