Skip to content

Commit

Permalink
Fixing a directory name for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaupu committed Mar 15, 2019
1 parent 74d3171 commit d318cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test:
CI-release-prepare:
mkdir -p release/manifests/crds
cp -a deploy/*.yaml release/manifests
sed -i -e "s/\(nmaupu.vault-secret\):latest$$/\1:$(CIRCLE_TAG)/g" release/operator.yaml
sed -i -e "s/\(nmaupu.vault-secret\):latest$$/\1:$(CIRCLE_TAG)/g" release/manifests/operator.yaml
cp -a deploy/crds/maupu_v1beta1_vaultsecret_crd.yaml release/manifests/crds
cp -a deploy/crds/maupu_v1beta1_vaultsecret_cr.yaml release/manifests/crds/vault-secret-cr-example.yaml
tar cfz release/vault-secret-manifests-$(CIRCLE_TAG).tar.gz -C release manifests
Expand Down

0 comments on commit d318cb7

Please sign in to comment.