File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ WEAVER_CONTAINER_REPOSITORY=docker.io
3
3
# Versioned, non-qualified references to containers used in this Makefile.
4
4
# These are parsed from dependencies.Dockerfile so dependabot will autoupdate
5
5
# the versions of docker files we use.
6
- VERSIONED_WEAVER_CONTAINER_NO_REPO =$(shell cat dependencies.Dockerfile | awk '$$4=="weaver" {print $$2}')
6
+ VERSIONED_WEAVER_CONTAINER_NO_REPO =$(shell cat buildscripts/ dependencies.Dockerfile | awk '$$4=="weaver" {print $$2}')
7
7
# Versioned, non-qualified references to containers used in this Makefile.
8
8
WEAVER_CONTAINER =$(WEAVER_CONTAINER_REPOSITORY ) /$(VERSIONED_WEAVER_CONTAINER_NO_REPO )
9
9
@@ -78,4 +78,7 @@ generate-yaml:
78
78
--registry=/home/weaver/model \
79
79
yaml \
80
80
--future \
81
- /home/weaver/target
81
+ /home/weaver/target
82
+
83
+ .PHONY : generate
84
+ generate : generate-docs generate-yaml generate-java
File renamed without changes.
You can’t perform that action at this time.
0 commit comments