Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
97eb8742
Commit
97eb8742
authored
Nov 24, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in scripts/trigger-build-omnibus
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
5607ad1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
22 deletions
+0
-22
scripts/trigger-build-omnibus
scripts/trigger-build-omnibus
+0
-22
No files found.
scripts/trigger-build-omnibus
View file @
97eb8742
...
...
@@ -4,27 +4,6 @@ require 'net/http'
require
'json'
require
'cgi'
<<<<<<<
HEAD
#
# Dummy way to find out in which repo we are, CE or EE
#
def
ee?
File
.
exist?
(
'CHANGELOG-EE.md'
)
end
uri
=
URI
(
'https://gitlab.com/api/v4/projects/20699/trigger/pipeline'
)
params
=
{
"ref"
=>
ENV
[
"OMNIBUS_BRANCH"
]
||
"master"
,
"token"
=>
ENV
[
"BUILD_TRIGGER_TOKEN"
],
"variables[GITLAB_VERSION]"
=>
ENV
[
"CI_COMMIT_SHA"
],
"variables[ALTERNATIVE_SOURCES]"
=>
true
,
"variables[ee]"
=>
ee?
?
'true'
:
'false'
}
Dir
.
glob
(
"*_VERSION"
).
each
do
|
version_file
|
params
[
"variables[
#{
version_file
}
]"
]
=
File
.
read
(
version_file
).
strip
end
=======
module
Omnibus
PROJECT_PATH
=
'gitlab-org/omnibus-gitlab'
.
freeze
...
...
@@ -68,7 +47,6 @@ module Omnibus
end
end
end
>>>>>>>
upstream
/
master
class
Pipeline
INTERVAL
=
60
# seconds
...
...
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