Skip to content

Commit

Permalink
Add order script to compatibility tests (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte authored Nov 22, 2024
1 parent e05ea8b commit 41f9749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SCRIPT_DIR=$(cd $(dirname "${BASH_SOURCE}") && pwd -P)

DISTRO="${1}"

scripts="check.sh;list.sh"
scripts="check.sh;list.sh;order.sh --dry-run -i dedicated_datacenter=rbx -i region=europe"

echo "> Building image for ${DISTRO}"
docker build -t "${DISTRO}-test" -f "${SCRIPT_DIR}/Dockerfile.${DISTRO}" .
Expand Down

0 comments on commit 41f9749

Please sign in to comment.