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
1ced84fe
Commit
1ced84fe
authored
May 30, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in .gitlab-ci.yml
parent
1d156dde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
.gitlab-ci.yml
.gitlab-ci.yml
+0
-21
No files found.
.gitlab-ci.yml
View file @
1ced84fe
...
...
@@ -472,27 +472,6 @@ lint:javascript:report:
paths
:
-
eslint-report.html
<<<<<<< HEAD
# Trigger docs build
# https://gitlab.com/gitlab-com/doc-gitlab-com/blob/master/README.md#deployment-process
trigger_docs
:
stage
:
post-test
image
:
"
alpine"
<<
:
*dedicated-runner
before_script
:
-
apk update && apk add curl
variables
:
GIT_STRATEGY
:
"
none"
cache
:
{}
artifacts
:
{}
script
:
-
"
HTTP_STATUS=$(curl
-X
POST
-F
token=${DOCS_TRIGGER_TOKEN}
-F
ref=master
-F
variables[PROJECT]=${CI_PROJECT_NAME}
--silent
--output
curl.log
--write-out
'%{http_code}'
https://gitlab.com/api/v3/projects/1794617/trigger/builds)"
-
if [ "${HTTP_STATUS}" -ne "201" ]; then echo "Error ${HTTP_STATUS}"; cat curl.log; echo; exit 1; fi
only
:
-
master@gitlab-org/gitlab-ee
=======
>
>>>>>>
ce-com/master
pages
:
before_script
:
[]
stage
:
pages
...
...
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