Skip to content

Commit 957181b

Browse files
committed
Move scripts
1 parent 80941af commit 957181b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ all: gen-dockerfiles library/caddy .github/dependabot.yml
55

66
gen-dockerfiles: tmpl/render-dockerfiles.tmpl tmpl/Dockerfile.tmpl tmpl/Dockerfile.builder.tmpl tmpl/Dockerfile.windows.tmpl tmpl/Dockerfile.windows-builder.tmpl tmpl/Dockerfile.nanoserver.tmpl */*/Dockerfile.base
77
@gomplate \
8-
--plugin getChecksums=./getChecksums.sh \
8+
--plugin getChecksums=./scripts/getChecksums.sh \
99
-t dockerfile=tmpl/Dockerfile.tmpl \
1010
-t builder-dockerfile=tmpl/Dockerfile.builder.tmpl \
1111
-t windows-dockerfile=tmpl/Dockerfile.windows.tmpl \
@@ -17,7 +17,7 @@ gen-dockerfiles: tmpl/render-dockerfiles.tmpl tmpl/Dockerfile.tmpl tmpl/Dockerfi
1717

1818
library/caddy: tmpl/stackbrew.tmpl stackbrew-config.yaml gen-dockerfiles
1919
@gomplate \
20-
--plugin fileCommit=./fileCommit.sh \
20+
--plugin fileCommit=./scripts/fileCommit.sh \
2121
-c config=./stackbrew-config.yaml \
2222
-f $< \
2323
-o $@
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)