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
b7a80fa4
Commit
b7a80fa4
authored
Aug 02, 2018
by
Balasankar "Balu" C
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make CNG_PROJECT_PATH configurable
parent
7a610b64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
scripts/trigger-build
scripts/trigger-build
+1
-1
No files found.
.gitlab-ci.yml
View file @
b7a80fa4
...
...
@@ -433,7 +433,7 @@ cloud-native-image:
SCRIPT_NAME
:
trigger-build
script
:
-
gem install gitlab --no-document
-
BUILD_TRIGGER_TOKEN=$CI_JOB_TOKEN ./$SCRIPT_NAME cng
-
CNG_PROJECT_PATH="gitlab-org/build/CNG"
BUILD_TRIGGER_TOKEN=$CI_JOB_TOKEN ./$SCRIPT_NAME cng
only
:
-
tags@gitlab-org/gitlab-ce
-
tags@gitlab-org/gitlab-ee
...
...
scripts/trigger-build
View file @
b7a80fa4
...
...
@@ -6,7 +6,7 @@ require 'cgi'
module
Trigger
OMNIBUS_PROJECT_PATH
=
'gitlab-org/omnibus-gitlab'
.
freeze
CNG_PROJECT_PATH
=
'gitlab-org/build/CNG-mirror'
.
freeze
CNG_PROJECT_PATH
=
ENV
[
'CNG_PROJECT_PATH'
]
||
'gitlab-org/build/CNG-mirror'
.
freeze
TOKEN
=
ENV
[
'BUILD_TRIGGER_TOKEN'
]
def
self
.
ee?
...
...
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