Set fullProjectPath variable in entrypoint.sh (#255)
parent
ce074787fb
commit
23e1f29580
File diff suppressed because one or more lines are too long
|
@ -9,6 +9,8 @@ fi
|
||||||
if [[ "$RUN_AS_HOST_USER" == "true" ]]; then
|
if [[ "$RUN_AS_HOST_USER" == "true" ]]; then
|
||||||
echo "Running as host user"
|
echo "Running as host user"
|
||||||
|
|
||||||
|
fullProjectPath="$GITHUB_WORKSPACE/$PROJECT_PATH"
|
||||||
|
|
||||||
# Stop on error if we can't set up the user
|
# Stop on error if we can't set up the user
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue