We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd25361 commit 529ee6aCopy full SHA for 529ee6a
.gitlab-ci.yml
@@ -76,6 +76,10 @@ syntax_diff:lint:
76
#
77
# needs: ["syntax:lint"]
78
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
+
83
build:package:
84
stage: build
85
image: edbizarro/gitlab-ci-pipeline-php:7.2
0 commit comments