Skip to content

Commit 8b52d3d

Browse files
ThomTill Brehm
authored andcommitted
Remove umask setting in before_script section of .gitlab-ci.yml
1 parent 529ee6a commit 8b52d3d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ syntax_diff:lint:
7676
#
7777
# needs: ["syntax:lint"]
7878

79-
# Define commands that run before each job's script
80-
before_script:
81-
- umask 002 # set permissions to default directory permissions of 775 and default file permissions are 664,
82-
8379
build:package:
8480
stage: build
8581
image: edbizarro/gitlab-ci-pipeline-php:7.2

0 commit comments

Comments
 (0)