Skip to content
Snippets Groups Projects
Unverified Commit 6755d27b authored by Varac's avatar Varac
Browse files

Use git branch if not running in CI

parent 7d1df3cc
No related branches found
No related tags found
Loading
......@@ -9,6 +9,8 @@ flux install \
# get current git branch name
branch=$CI_COMMIT_REF_NAME
[ -z "$branch" ] && branch=$(git rev-parse --abbrev-ref HEAD)
echo "Tracking branch $branch for https://open.greenhost.net/openappstack/openappstack flux repo"
flux create source git openappstack \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment