Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
M
Manjari
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SMC
fonts
Manjari
Commits
04a1284f
Verified
Commit
04a1284f
authored
Jul 20, 2019
by
Balasankar "Balu" C
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use trigger syntax of GitLab to trigger website pipeline
Signed-off-by:
Balasankar "Balu" C
<
balasankar@gitlab.com
>
parent
9bfdaa81
Pipeline
#72051854
passed with stages
in 11 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
.gitlab-ci.yml
.gitlab-ci.yml
+1
-7
No files found.
.gitlab-ci.yml
View file @
04a1284f
...
...
@@ -4,10 +4,6 @@ stages:
-
test
-
release
variables
:
WEBSITE_REPO_TRIGGER
:
"
https://gitlab.com/api/v4/projects/125326/trigger/pipeline"
WEBSITE_REPO_BRANCH
:
"
master"
build-branch
:
stage
:
build
before_script
:
...
...
@@ -47,9 +43,7 @@ test:
-
make test
release
:
image
:
"
pstauffer/curl:latest"
stage
:
release
script
:
-
curl --request POST --form "token=$CI_JOB_TOKEN" --form ref=${WEBSITE_REPO_BRANCH} "${WEBSITE_REPO_TRIGGER}"
trigger
:
smc/smc-website
only
:
-
tags
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