There was an error while loading. Please reload this page.
1 parent 026b9aa commit 9ae31a5Copy full SHA for 9ae31a5
1 file changed
buildspec.yml
@@ -13,7 +13,7 @@ phases:
13
commands:
14
# Verify the GPU and inspect CodeBuild's checked-out source
15
- nvidia-smi
16
- - echo "CODEBUILD_SRC_DIR: $CODEBUILD_SRC_DIR"
+ - 'echo "CODEBUILD_SRC_DIR: $CODEBUILD_SRC_DIR"'
17
- cd "$CODEBUILD_SRC_DIR"
18
- tree
19
0 commit comments