Skip to content

Commit

Permalink
And now for something now so different!
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Oct 16, 2023
1 parent 7150468 commit 0a10f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebar3_depup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ set -eux
git config user.name "GitHub Actions"
git config user.email "[email protected]"

git fetch origin
BRANCHES=$(git branch -a)
BRANCH=feature/rebar3-depup-updates
if echo "${BRANCHES}" | grep "${BRANCH}" >/dev/null; then
# exists
exit
fi

git fetch origin
git checkout -b "${BRANCH}"
mkdir -p "${HOME}/.config/rebar3"
echo "{plugins, [rebar3_depup]}." >"${HOME}/.config/rebar3/rebar.config"
Expand Down

0 comments on commit 0a10f1b

Please sign in to comment.