Skip to content

Commit

Permalink
dont fetch 73 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Nov 5, 2024
1 parent 402deaa commit 050c0da
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 7.3.N-compose.yaml)
COMPOSE_FILES=(compose.yaml community-compose.yaml 7.4.N-compose.yaml)
DESTINATION_DIR="$(dirname "$0")/../test"

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

0 comments on commit 050c0da

Please sign in to comment.