Skip to content

Commit

Permalink
Merge pull request #14 from unacast/chmod
Browse files Browse the repository at this point in the history
Chmod the .sh files
  • Loading branch information
Torbjørn Vatn authored Apr 27, 2021
2 parents dc84937 + b94722a commit 23a2a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions brokkr/brokkr.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $(_BROKKR_PLUGINS_MK): $(_BROKKR_PLUGINS_SENTINEL)
url="https://raw.githubusercontent.com/$(BROKKR_REPO)/$${plugin_version}/plugins/$${plugin_path}.sh"; \
echo "Downloading $${url}"; \
curl --fail -s "$$url" -o $(_BROKKR_PLUGINS_DIR)/$${plugin_path}.sh; \
chmod -f +x $(_BROKKR_PLUGINS_DIR)/*.sh 2>/dev/null; \
echo include $(_BROKKR_PLUGINS_DIR)/$${plugin_path}.mk >> $@; \
done

Expand Down
2 changes: 1 addition & 1 deletion plugins/github/github-deploy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
AUTO_MERGE=true
define deploy
@echo Checking diff local against remote
./github-deploy.sh \
$(dir $(abspath $(lastword $(MAKEFILE_LIST))))/github-deploy.sh \
$(strip $1) \
${AUTO_MERGE} \
$(strip $(if $2, $2, deploy))
Expand Down

0 comments on commit 23a2a78

Please sign in to comment.