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 1de5860 commit 87e2c11Copy full SHA for 87e2c11
1 file changed
server/install.sh
@@ -162,7 +162,7 @@ EOF
162
(cd "$SRC_DIR" && zip -qr "$SRC_ZIP" .)
163
(cd "$BUILDSPEC_DIR" && zip -q "$SRC_ZIP" buildspec.yml)
164
rm -rf "$BUILDSPEC_DIR"
165
-aws s3 cp "$SRC_ZIP" "s3://${S3_BUCKET}/build/src.zip" --region "$REGION" --quiet
+aws s3 cp "$SRC_ZIP" "s3://${S3_BUCKET}/build/src.zip" --region "$REGION" --only-show-errors
166
rm -f "$SRC_ZIP"
167
168
# CodeBuild role (create if missing). Propagation is handled by retrying create-project below.
0 commit comments