We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fa634 commit 7a9aa6bCopy full SHA for 7a9aa6b
.github/workflows/ci.yml
@@ -357,8 +357,8 @@ jobs:
357
- name: Prepare test data
358
run: |
359
mkdir -p input
360
- wget -O input/TestDataWithThumbnail.aasx \
361
- https://raw.githubusercontent.com/admin-shell-io/aas-test-engines/main/bin/check_servers/test_data/TestDataWithThumbnail.aasx
+ curl -L -o input/TestDataWithThumbnail.aasx \
+ https://media.githubusercontent.com/media/admin-shell-io/aas-test-engines/main/bin/check_servers/test_data/TestDataWithThumbnail.aasx
362
- name: Build the Docker image
363
364
docker build -t basyx-python-server -f Dockerfile ..
0 commit comments