fix(IaC-Docker-compose): switch from curl to wget in validate

This commit is contained in:
Marcel Feix 2022-05-03 14:37:47 +00:00
parent 79f9737400
commit 0ba5435150
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -34,7 +34,7 @@
image: docker:20.10.14-alpine3.15
stage: verify
before_script:
- curl -SL https://github.com/docker/compose/releases/download/v2.4.1/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
- wget https://github.com/docker/compose/releases/download/v2.4.1/docker-compose-linux-x86_64 -O /usr/local/bin/docker-compose
- chmod +x /usr/local/bin/docker-compose
script:
- docker-compose $COMPOSE_EXTRA_ARGS config