Skip to content
Snippets Groups Projects
Commit ee7e0e75 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

fixed wget to curl

parent a427ac99
No related branches found
No related tags found
No related merge requests found
...@@ -53,8 +53,8 @@ setup: ...@@ -53,8 +53,8 @@ setup:
stage: test stage: test
image: harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest image: harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
script: script:
- mkdir ./tests/testdata - mkdir ./tests/testdata && cd ./tests/testdata
- wget -P ./tests/testdata "https://webdata.wolke.img.univie.ac.at/flexpart/*" - curl -O "https://webdata.wolke.img.univie.ac.at/flexpart/*"
extends: .download extends: .download
cache: cache:
policy: pull-push policy: pull-push
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment