Skip to content
Snippets Groups Projects

Update .gitlab-ci.yml

Open username-removed-367626 requested to merge alejandro-test into master
2 unresolved threads
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -156,6 +156,8 @@ build-package:
USE_BUNDLE_INSTALL: "false"
    • Suggested change
      146 - master@gitlab/gitlabhq
      147 - master@gitlab/gitlab-ee
      148
      149 # Trigger a package build on omnibus-gitlab repository
      150
      151 build-package:
      152 before_script: []
      153 services: []
      154 variables:
      155 SETUP_DB: "false"
      156 USE_BUNDLE_INSTALL: "false"
      146 # uma coisa nova
      147 # outra coisa
Please register or sign in to reply
stage: build
when: manual
except:
- /^(?!master).+@/
Please register or sign in to reply
script:
- scripts/trigger-build
Loading