Skip to content

Commit 6783fd6

Browse files
authored
Added comments
1 parent 7eece72 commit 6783fd6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sample-code/sample-build-file/buildspec.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@ phases:
4242
#
4343
# Static Analysis
4444
#
45-
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+
#
4651
- cd $CODEBUILD_SRC_DIR/resources
4752

4853
# Bandit

0 commit comments

Comments
 (0)