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 7eece72 commit 6783fd6Copy full SHA for 6783fd6
sample-code/sample-build-file/buildspec.yaml
@@ -42,7 +42,12 @@ phases:
42
#
43
# Static Analysis
44
45
-
+
46
+ #
47
+ # NOTE: When setting up an AWS CodeBuild project, make sure that sample-code/sample-resources/ is passed in
48
+ # as the Source Directory to AWS CodeBuild. This can be verified by echoing the value of the
49
+ # environment variable 'CODEBUILD_SRC_DIR'
50
51
- cd $CODEBUILD_SRC_DIR/resources
52
53
# Bandit
0 commit comments