Skip to content

Commit

Permalink
Remove use of local in entrypoint.sh (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
notquiteamonad authored Feb 8, 2021
1 parent b6e494c commit 20af7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ git rebase "origin/$GIT_BASE_REF"
yarn bump --help >/dev/null 2>&1
if [[ $? -ne 0 ]]; then
echo "Download plugin from $PLUGIN_SOURCE..."
local ARTIFACT_URL="${PLUGIN_SOURCE}/releases/download/v${PLUGIN_VERSION}/plugin-bump_ubuntu-latest.js"
ARTIFACT_URL="${PLUGIN_SOURCE}/releases/download/v${PLUGIN_VERSION}/plugin-bump_ubuntu-latest.js"
yarn plugin import "$ARTIFACT_URL"
fi

Expand Down

0 comments on commit 20af7de

Please sign in to comment.