Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
libcapsule
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Vivek Das Mohapatra
libcapsule
Commits
29c45163
Commit
29c45163
authored
Aug 15, 2018
by
Simon McVittie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Check out the right git repository
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
5be34191
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ci/Jenkinsfile
ci/Jenkinsfile
+1
-1
No files found.
ci/Jenkinsfile
View file @
29c45163
...
...
@@ -87,7 +87,7 @@ pipeline {
steps
{
sh
'git config --global user.name Jenkins'
sh
'git config --global user.email nobody@example.com'
checkoutCollaboraGitlab
(
'
steam/steamos-devkit
'
,
'master'
,
'src'
)
checkoutCollaboraGitlab
(
'
vivek/libcapsule
'
,
'master'
,
'src'
)
unstash
'debs'
sh
'''
mkdir -p tmp
...
...
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