Update 'Jenkinsfile'

This commit is contained in:
Mario Hüttel 2021-10-10 23:21:02 +02:00
parent 5e90cd39fa
commit 4efa5ae797
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
}
}
stage('Deploy') {
when { tag="*" }
when { tag "*" }
steps {
echo 'Deploying tag...'
}