Skip to content
Snippets Groups Projects
Verified Commit 703f3f26 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Fix typo in incoming tag groovy pipeline 2/2

Refs. swh/infra/sysadm-environment#4766
parent 5c7c7f20
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ pipeline {
stages {
stage('Refresh tag list') {
agent any
steps
steps {
updateGitlabCommitStatus name: 'jenkins', state: 'running'
checkout([
$class: 'GitSCM',
......@@ -20,6 +20,7 @@ pipeline {
],
extensions: [[$class: 'CloneOption', honorRefspec: true]],
])
}
}
stage('Build Debian package') {
when {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment