Skip to content

Commit

Permalink
remove change of version in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-codefresh committed Jul 25, 2024
1 parent bc7ba86 commit 6c61004
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,6 @@ update-manifests-version:
mv /tmp/wh_kustomization.yaml manifests/extensions/validating-webhook/kustomization.yaml
cat Makefile | sed 's/^VERSION?=.*/VERSION?=$(VERSION)/' | sed 's/^BASE_VERSION:=.*/BASE_VERSION:=$(VERSION)/' > /tmp/ae_makefile
mv /tmp/ae_makefile Makefile
find ./manifests -type f -name "*.yaml" -exec \
sed -i.bak \
-e "s|quay\.io/codefresh/argo-events:[^ ]*|quay.io/codefresh/argo-events:$(VERSION)|g" \
{} +

.PHONY: checksums
checksums:
Expand Down

0 comments on commit 6c61004

Please sign in to comment.