Skip to content

Commit

Permalink
fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Nov 7, 2023
1 parent 6372dbd commit 50b746c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,9 @@ pipeline {
}
}
steps {
<<<<<<< HEAD
runK8s(k8sVersion: 'v1.26.0', kindVersion: 'v0.17.0', context: "K8s-${PLATFORM}")
=======
deleteDir()
unstashV2(name: 'source', bucket: "${JOB_GCS_BUCKET}", credentialsId: "${JOB_GCS_CREDENTIALS}")
runK8s(k8sVersion: 'v1.27.3', kindVersion: 'v0.20.0', context: "K8s-${PLATFORM}")
>>>>>>> bf78cc1e14 ([CI] Pull requests migration to buildkite (#3573))
}
}
stage('Package') {
Expand Down

0 comments on commit 50b746c

Please sign in to comment.