You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: local_builds/codebuild_build.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ function usage {
41
41
echo" * For sourceIdentifier, use a value that is fewer than 128 characters and contains only alphanumeric characters and underscores"
42
42
echo" -c Use the AWS configuration and credentials from your local host. This includes ~/.aws and any AWS_* environment variables."
43
43
echo" -p Used to specify the AWS CLI Profile."
44
-
echo" -b FILE Used to specify a buildspec override file. Defaults to buildspec.yml in the source directory. Takes a relative path to the primary source directory"
44
+
echo" -b FILE Used to specify a buildspec override file. Defaults to buildspec.yml in the source directory."
45
45
echo" -m Used to mount the source directory to the customer build container directly."
46
46
echo" -e FILE Used to specify a file containing environment variables."
0 commit comments