BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
f50d0e4e
Commit
f50d0e4e
authored
Apr 03, 2018
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correctly check whether package-and-qa runs for EE
parent
cb9e00b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
trigger-build-omnibus
scripts/trigger-build-omnibus
+2
-1
No files found.
scripts/trigger-build-omnibus
View file @
f50d0e4e
...
...
@@ -9,6 +9,7 @@ module Omnibus
class
Trigger
TOKEN
=
ENV
[
'BUILD_TRIGGER_TOKEN'
]
TRIGGERER
=
ENV
[
'CI_PROJECT_NAME'
]
def
initialize
@uri
=
URI
(
"https://gitlab.com/api/v4/projects/
#{
CGI
.
escape
(
Omnibus
::
PROJECT_PATH
)
}
/trigger/pipeline"
)
...
...
@@ -32,7 +33,7 @@ module Omnibus
private
def
ee?
File
.
exist?
(
'CHANGELOG-EE.md'
)
TRIGGERER
==
'gitlab-ee'
||
File
.
exist?
(
'CHANGELOG-EE.md'
)
end
def
env_params
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment