Skip to content

Commit

Permalink
fix: test/remote/Makefile image path fix (argoproj#6181)
Browse files Browse the repository at this point in the history
Signed-off-by: Dewan Ahmed <[email protected]>
  • Loading branch information
dewan-ahmed authored May 6, 2021
1 parent 1797aa5 commit 09c5698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/remote/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ image-push: image
.PHONY: manifests
manifests:
@cd manifests && \
kustomize edit set image quay.io/jfischer-redhat/argocd-e2e-cluster=$(IMAGE_PREFIX)$(IMAGE_NAME):$(IMAGE_TAG) && \
kustomize edit set image argocd-e2e-cluster=$(IMAGE_PREFIX)$(IMAGE_NAME):$(IMAGE_TAG) && \
kustomize build .

0 comments on commit 09c5698

Please sign in to comment.