Skip to content
Snippets Groups Projects
Commit 29c45163 authored by Simon McVittie's avatar Simon McVittie
Browse files

ci: Check out the right git repository

parent 5be34191
Branches
Tags
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -87,7 +87,7 @@ pipeline { ...@@ -87,7 +87,7 @@ pipeline {
steps { steps {
sh 'git config --global user.name Jenkins' sh 'git config --global user.name Jenkins'
sh 'git config --global user.email nobody@example.com' sh 'git config --global user.email nobody@example.com'
checkoutCollaboraGitlab('steam/steamos-devkit', 'master', 'src') checkoutCollaboraGitlab('vivek/libcapsule', 'master', 'src')
unstash 'debs' unstash 'debs'
sh ''' sh '''
mkdir -p tmp mkdir -p tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment