mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
fix
This commit is contained in:
parent
37de5b229f
commit
66947bd933
4
dist/platforms/ubuntu/steps/activate.sh
vendored
4
dist/platforms/ubuntu/steps/activate.sh
vendored
@ -4,6 +4,10 @@
|
|||||||
if [ ! -d "/BlankProject" ]; then
|
if [ ! -d "/BlankProject" ]; then
|
||||||
mkdir /BlankProject
|
mkdir /BlankProject
|
||||||
fi
|
fi
|
||||||
|
# if blankproject folder doesn't exist create it
|
||||||
|
if [ ! -d "/BlankProject/Assets" ]; then
|
||||||
|
mkdir /BlankProject/Assets
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ -n "$UNITY_SERIAL" && -n "$UNITY_EMAIL" && -n "$UNITY_PASSWORD" ]]; then
|
if [[ -n "$UNITY_SERIAL" && -n "$UNITY_EMAIL" && -n "$UNITY_PASSWORD" ]]; then
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user