Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
readd mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Apr 27, 2021
1 parent a5b144b commit 04b9869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ podTemplate(label: 'k8svault-controller',
bumpImageVersion(env.TAG_NAME)

tgz="k8svault-controller-${version}.tgz"
sh "mkdir chart/k8svault-controller/crds"
sh "cp config/crd/bases/* chart/k8svault-controller/crds"
sh "helm package chart/k8svault-controller"
}
Expand Down

0 comments on commit 04b9869

Please sign in to comment.