Skip to content

Commit b6a3eec

Browse files
author
Andrew Tang
authored
Locate to correct home directory
1 parent 3052ee2 commit b6a3eec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/docker-images/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ if [ -d "$GITHUB_WORKSPACE" ]; then
3232
cd $GITHUB_WORKSPACE
3333
elif [ -d "$CODEBUILD_SRC_DIR" ]; then
3434
cd $CODEBUILD_SRC_DIR
35+
else
36+
cd ~
3537
fi
3638

3739
# Launch the builder with whatever args were passed to this script

0 commit comments

Comments
 (0)