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') {
steps {
container ('alpine') {
steps {
script {
sh """
if ! command -v git &> /dev/null; then
@@ -66,7 +65,6 @@ pipeline {
}
}
}
}
stage('Pull K8S Lens Source Code') {
steps {