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: aws-lambda-java-runtime-interface-client/test/integration/codebuild-local/codebuild_build.sh
+15-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
#!/bin/bash
2
-
# This file is copied from https://github.com/aws/aws-codebuild-docker-images/blob/f0912e4b16e427da35351fc102f0f56f4ceb938a/local_builds/codebuild_build.sh
2
+
# This file is copied from https://github.com/aws/aws-codebuild-docker-images/blob/282c6634e8c83c2a9841719b09aabfced3461981/local_builds/codebuild_build.sh
3
3
4
4
functionallOSRealPath() {
5
5
if isOSWindows
@@ -36,6 +36,7 @@ function usage {
36
36
echo" -a Used to specify an artifact output directory."
37
37
echo"Options:"
38
38
echo" -l IMAGE Used to override the default local agent image."
39
+
echo" -r Used to specify a report output directory."
39
40
echo" -s Used to specify source information. Defaults to the current working directory for primary source."
40
41
echo" * First (-s) is for primary source"
41
42
echo" * Use additional (-s) in <sourceIdentifier>:<sourceLocation> format for secondary source"
0 commit comments