Skip to content

Commit

Permalink
Always use default ghaf repo for polling
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Rosten <[email protected]>
  • Loading branch information
henrirosten committed Feb 29, 2024
1 parent 909dbfc commit 054b1fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ghaf-build-pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ pipeline {
stage('Configure target repo') {
steps {
script {
SCM = git(url: REPO, branch: 'main')
echo 'Print target SCM'
echo SCM.toString()
SCM = git(url: DEF_GHAF_REPO, branch: DEF_GITREF)
}
}
}
Expand Down

0 comments on commit 054b1fb

Please sign in to comment.