Skip to content

Commit

Permalink
adding images.json on .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pacostas committed Sep 20, 2024
1 parent 4d36b5d commit d2a25ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.bin/
builds/
stack/images.json
stacks/stack/images.json
2 changes: 1 addition & 1 deletion scripts/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2a25ea

Please sign in to comment.