Skip to content

Commit

Permalink
'umask 002' added to cloned projects pipeline file before app-pack-ge…
Browse files Browse the repository at this point in the history
…n and unity-app-gen installations
  • Loading branch information
edwinsarkissian committed Oct 4, 2024
1 parent 4e3a0c7 commit 534b3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gitlab-ci.yml.one_job
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ build-app-gen:
- TEMPDIR=`date -u +\%Y\%m\%d\%H\%M\%S`_temp_cloned
- mkdir ~/$TEMPDIR
- cd ~/$TEMPDIR
- umask 002
- virtualenv venv
- source venv/bin/activate
- git clone --depth 1 --branch APGTAG https://github.com/unity-sds/app-pack-generator.git
Expand Down
1 change: 1 addition & 0 deletions gitlab-ci.yml.one_job_with_trigger
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ build-app-gen:
- TEMPDIR=`date -u +\%Y\%m\%d\%H\%M\%S`_temp_cloned
- mkdir ~/$TEMPDIR
- cd ~/$TEMPDIR
- umask 002
- virtualenv venv
- source venv/bin/activate
- git clone --depth 1 --branch APGTAG https://github.com/unity-sds/app-pack-generator.git
Expand Down

0 comments on commit 534b3e1

Please sign in to comment.