Skip to content

Commit 21951e3

Browse files
author
Kai Hendry
committed
Remove deploy hook for previous ulexus/meteor:build based Docker image build artefacts
1 parent 5d9f461 commit 21951e3

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

deploy-hooks/check-build.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

deploy.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,6 @@ shift "$((OPTIND-1))" # Discard the options and sentinel --
3939

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

42-
# Run deploy hooks
43-
for hook in deploy-hooks/*
44-
do
45-
[[ -x $hook ]] || continue
46-
if "$hook"
47-
then
48-
echo OK: "$hook"
49-
else
50-
echo FAIL: "$hook"
51-
exit 1
52-
fi
53-
done
54-
5542
if ! aws configure --profile $AWS_PROFILE list
5643
then
5744
echo Profile $AWS_PROFILE does not exist >&2

0 commit comments

Comments
 (0)