Skip to content

Commit 534b3e1

Browse files
'umask 002' added to cloned projects pipeline file before app-pack-gen and unity-app-gen installations
1 parent 4e3a0c7 commit 534b3e1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gitlab-ci.yml.one_job

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ build-app-gen:
6666
- TEMPDIR=`date -u +\%Y\%m\%d\%H\%M\%S`_temp_cloned
6767
- mkdir ~/$TEMPDIR
6868
- cd ~/$TEMPDIR
69+
- umask 002
6970
- virtualenv venv
7071
- source venv/bin/activate
7172
- git clone --depth 1 --branch APGTAG https://github.com/unity-sds/app-pack-generator.git

gitlab-ci.yml.one_job_with_trigger

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ build-app-gen:
6868
- TEMPDIR=`date -u +\%Y\%m\%d\%H\%M\%S`_temp_cloned
6969
- mkdir ~/$TEMPDIR
7070
- cd ~/$TEMPDIR
71+
- umask 002
7172
- virtualenv venv
7273
- source venv/bin/activate
7374
- git clone --depth 1 --branch APGTAG https://github.com/unity-sds/app-pack-generator.git

0 commit comments

Comments
 (0)