fix: derp
This commit is contained in:
parent
991e9b2ffc
commit
72b5c36043
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps {
|
steps {
|
||||||
// get tags
|
// get tags
|
||||||
sh 'git fetch --tags ${env.GIT_URL}" +refs/heads/${env.BRANCH_NAME}:refs/remotes/origin/${env.BRANCH_NAME}'
|
sh 'git fetch --tags ${env.GIT_URL} +refs/heads/${env.BRANCH_NAME}:refs/remotes/origin/${env.BRANCH_NAME}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user