Skip to content

Commit

Permalink
build: fix buildspec syntax error (aws#2730)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel authored Jun 3, 2019
1 parent 4e12fe6 commit 6b9f9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ phases:
- /bin/bash ./build.sh
post_build:
commands:
- "[ -f .BUILD_COMPLETED ] && [ -z "${SKIP_PACK:-}" ] && /bin/bash ./pack.sh"
- "[ -f .BUILD_COMPLETED ] && [ -z \"${SKIP_PACK:-}\" ] && /bin/bash ./pack.sh"
artifacts:
files:
- "**/*"
Expand Down

0 comments on commit 6b9f9db

Please sign in to comment.