We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9f461 commit 21951e3Copy full SHA for 21951e3
deploy-hooks/check-build.sh
deploy.sh
@@ -39,19 +39,6 @@ shift "$((OPTIND-1))" # Discard the options and sentinel --
39
40
export COMMIT=$(git rev-parse --short HEAD)
41
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
-
55
if ! aws configure --profile $AWS_PROFILE list
56
then
57
echo Profile $AWS_PROFILE does not exist >&2
0 commit comments