You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bosh int -o scripts/create-release-branch-ops.yml <(git show origin/master:ci/pipeline.yml) -v branchver=${BRANCH_VERSION} -v branchname=${BRANCH_NAME} > ci/pipeline.yml
git add -A .
git ci -m "Create release branch $BRANCH_NAME"
echo "Branch created successfully. Run 'git push -u origin $BRANCH_NAME' to push branch to Github."
echo -e "\n---------------------------\n"
echo "Run './ci/configure.sh' when ready to push pipeline to Concourse."