removes redundent 'steps' block

This commit is contained in:
2022-06-10 10:45:10 -05:00
parent cd1ce2f8dd
commit 0323c14c2c

View File

@ -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 {