removes redundent 'steps' block
This commit is contained in:
parent
cd1ce2f8dd
commit
0323c14c2c
@ -38,7 +38,6 @@ pipeline {
|
|||||||
stage ('Get latest Tag') {
|
stage ('Get latest Tag') {
|
||||||
steps {
|
steps {
|
||||||
container ('alpine') {
|
container ('alpine') {
|
||||||
steps {
|
|
||||||
script {
|
script {
|
||||||
sh """
|
sh """
|
||||||
if ! command -v git &> /dev/null; then
|
if ! command -v git &> /dev/null; then
|
||||||
@ -66,7 +65,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
stage('Pull K8S Lens Source Code') {
|
stage('Pull K8S Lens Source Code') {
|
||||||
steps {
|
steps {
|
||||||
|
Reference in New Issue
Block a user