N
Size: a a a
DB
remote: GitLab: You are not allowed to force push code to a protected branch on this project.
DG
remote: GitLab: You are not allowed to force push code to a protected branch on this project.
i
remote: GitLab: You are not allowed to force push code to a protected branch on this project.
DB
prevent anyone from force pushing to the branch
да, нашёл, спасибо.🅐
build:osx:
? Имею ввиду что написано через двоеточиеbuild:osx:
stage: build
script: make build:osx
artifacts:
paths:
- binaries/
🅐
build:osx:
stage: build
script: make build:osx
artifacts:
paths:
- binaries/
build:linux:
stage: build
script: make build:linux
artifacts:
paths:
- binaries/
AG