Skip to content

Commit 8e4328d

Browse files
committed
tweak
1 parent 1d264ce commit 8e4328d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ docker-build-master:
77
before_script:
88
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
99
script:
10+
- umask 0022
1011
- apk add git
1112
- apk add bash
1213
- apk add curl
1314
- git submodule init
1415
- git submodule update
15-
- chmod -R o-w .
16+
- chmod -R og-w .
1617
- ./buildall
1718
- ./pushall2docker
1819
- "curl -X POST -F token=$CI_DOCKER_NNCP_TRIGGER -F ref=main https://salsa.debian.org/api/v4/projects/67697/trigger/pipeline"

0 commit comments

Comments
 (0)