Skip to content

Commit

Permalink
fetch compose for 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Nov 8, 2024
1 parent 9c8c606 commit 8ec9bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ "$#" -ne 1 ]; then
fi

ACS_DEPLOYMENT_VERSION="$1"
COMPOSE_FILES=(compose.yaml community-compose.yaml 7.4.N-compose.yaml)
COMPOSE_FILES=(compose.yaml community-compose.yaml 7.4.N-compose.yaml 7.3.N-compose.yaml)
DESTINATION_DIR="$(dirname "$0")/../test"

for COMPOSE_FILE in "${COMPOSE_FILES[@]}"; do
Expand Down

0 comments on commit 8ec9bdf

Please sign in to comment.