Skip to content

Commit

Permalink
Rename folders
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Apr 17, 2024
1 parent bdcd12d commit ce1f362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shadowbox/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ tasks:
VERSION: '{{.IMAGE_VERSION | default "dev"}}'
IMAGE_NAME: '{{.IMAGE_NAME | default "localhost/outline/shadowbox"}}'
TARGET_ARCH: '{{.TARGET_ARCH | default "x86_64"}}'
IMAGE_ROOT: '{{joinPath .OUTPUT_BASE "docker" .TARGET_ARCH}}'
IMAGE_ROOT: '{{joinPath .OUTPUT_BASE "image_root" .TARGET_ARCH}}'
# Newer node images have no valid content trust data.
# Pin the image node:16.18.0-alpine3.16 by hash.
# See image at https://hub.docker.com/_/node/tags?page=1&name=18.18.0-alpine3.18
Expand Down Expand Up @@ -169,7 +169,7 @@ tasks:
requires:
vars: [IMAGE_NAME]
vars:
OUTPUT_DIR: '{{joinPath .OUTPUT_BASE "test_image"}}'
OUTPUT_DIR: '{{joinPath .OUTPUT_BASE "image_test"}}'
cmds:
- rm -rf '{{.OUTPUT_DIR}}'
- OUTPUT_DIR='{{.OUTPUT_DIR}}' '{{joinPath .TASKFILE_DIR "integration_test/test.sh"}}' '{{.IMAGE_NAME}}'
Expand Down

0 comments on commit ce1f362

Please sign in to comment.