From d2a25ea001ca8c2cd4ae28861ce5814f8210667d Mon Sep 17 00:00:00 2001 From: Costas Papastathis Date: Fri, 20 Sep 2024 11:47:28 +0300 Subject: [PATCH] adding images.json on .gitignore --- .gitignore | 2 +- scripts/create.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e4f19d9..5ac0139 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .bin/ builds/ -stack/images.json +stacks/stack/images.json diff --git a/scripts/create.sh b/scripts/create.sh index 050ad3f..aecc42c 100755 --- a/scripts/create.sh +++ b/scripts/create.sh @@ -66,7 +66,7 @@ function main() { if [ -f "${IMAGES_JSON}" ]; then # we need to copy images.json for inclusion in the build image - cp $IMAGES_JSON "${ROOT_DIR}/stack" + cp $IMAGES_JSON "${ROOT_DIR}/stacks/stack/" fi # if stack or build argument is provided but not both, then throw an error