Skip to content

Commit

Permalink
Merge pull request #56 from modeseven-os-climate/bootstrap-update
Browse files Browse the repository at this point in the history
Chore: Manually update bootstrap code
  • Loading branch information
ModeSevenIndustrialSolutions authored Apr 25, 2024
2 parents a2bda0f + 7bdb935 commit ea06f40
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,24 +193,6 @@ jobs:
# git stash -q
# fi
# Verify user is logged into GitHub
if (gh auth status); then
GH_AUTH="true"
else
echo "Not logged into GitHub, some script operations unavailable"
GH_AUTH="false"
fi
if [ "$GH_AUTH" = "true" ] && ! (check_authors); then
# No existing open pull requests found for this repository
echo "Removing remote branch if it exists: $AUTOMATION_BRANCH"
git push origin --delete "$AUTOMATION_BRANCH" > /dev/null 2>&1 || :
git branch -D "$AUTOMATION_BRANCH" || :
fi
echo "Creating local branch for automated update"
git checkout -b "$AUTOMATION_BRANCH"
# Configure GIT environment only if NOT already configured
# i.e. when running in a GitHub Actions workflow
TEST=$(git config -l > /dev/null 2>&1)
Expand Down

0 comments on commit ea06f40

Please sign in to comment.