Skip to content

Commit

Permalink
fixed makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sarabala1979 committed Jan 24, 2020
1 parent ba2f789 commit 216d14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ manifests/namespace-install.yaml: dist/IMAGE_TAG $(MANIFESTS)
env VERSION=$(VERSION) ./hack/update-manifests.sh


manifests/quick-start-no-db.yaml: dist/VERSION $(MANIFESTS)
manifests/quick-start-no-db.yaml: dist/IMAGE_TAG $(MANIFESTS)
env VERSION=$(VERSION) ./hack/update-manifests.sh

manifests/quick-start-mysql.yaml: dist/VERSION $(MANIFESTS)
manifests/quick-start-mysql.yaml: dist/IMAGE_TAG $(MANIFESTS)
env VERSION=$(VERSION) ./hack/update-manifests.sh


Expand Down

0 comments on commit 216d14a

Please sign in to comment.