Skip to content

Commit

Permalink
Remove deploy hook for previous ulexus/meteor:build based Docker imag…
Browse files Browse the repository at this point in the history
…e build artefacts
  • Loading branch information
Kai Hendry committed Oct 2, 2019
1 parent 5d9f461 commit 21951e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
7 changes: 0 additions & 7 deletions deploy-hooks/check-build.sh

This file was deleted.

13 changes: 0 additions & 13 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,6 @@ shift "$((OPTIND-1))" # Discard the options and sentinel --

export COMMIT=$(git rev-parse --short HEAD)

# Run deploy hooks
for hook in deploy-hooks/*
do
[[ -x $hook ]] || continue
if "$hook"
then
echo OK: "$hook"
else
echo FAIL: "$hook"
exit 1
fi
done

if ! aws configure --profile $AWS_PROFILE list
then
echo Profile $AWS_PROFILE does not exist >&2
Expand Down

0 comments on commit 21951e3

Please sign in to comment.