Merge pull request #116 from rchincha/s3

stacker: fix stacker build
This commit is contained in:
Serge Hallyn
2020-07-15 12:00:58 -05:00
committed by GitHub
+1 -1
View File
@@ -54,7 +54,7 @@ binary-container:
.PHONY: binary-stacker
binary-stacker:
stacker build --roots ${TMPDIR} --substitute PWD=$$PWD
stacker --roots-dir ${TMPDIR} build --substitute PWD=$$PWD
.PHONY: image
image: