Skip to content

Commit

Permalink
Merge pull request #380 from os-climate/update-devops-tooling
Browse files Browse the repository at this point in the history
Chore: Pull DevOps tooling from upstream repository
  • Loading branch information
ModeSevenIndustrialSolutions authored Jan 4, 2024
2 parents be79a22 + 22a4fdb commit 7458391
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
for FILE in ${FILES}; do
cp .devops/"$FILE" "$FILE"
done
# If no changes required, do not throw an error
git status
if [ $? -eq 0 ]; then
echo "No updates/changes to commit"; exit 0
fi
git add .
git commit -m "Chore: Update DevOps tooling from central repository"
git push --set-upstream origin update-devops-tooling
Expand Down

0 comments on commit 7458391

Please sign in to comment.