Skip to content

Commit 9ae31a5

Browse files
committed
Fix buildspec
Signed-off-by: Jonathan Swartz <jonathan@jswartz.info>
1 parent 026b9aa commit 9ae31a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ phases:
1313
commands:
1414
# Verify the GPU and inspect CodeBuild's checked-out source
1515
- nvidia-smi
16-
- echo "CODEBUILD_SRC_DIR: $CODEBUILD_SRC_DIR"
16+
- 'echo "CODEBUILD_SRC_DIR: $CODEBUILD_SRC_DIR"'
1717
- cd "$CODEBUILD_SRC_DIR"
1818
- tree
1919

0 commit comments

Comments
 (0)