Skip to content

Commit b16b206

Browse files
committed
remove redundant and faulty hurl download
1 parent d41f8a6 commit b16b206

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/plugin-integration.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ jobs:
6262
name: jar-jdk${{ matrix.versions.jdk }}
6363
path: ./plugins
6464

65-
- name: Download Hurl
66-
run: |
67-
curl -LO https://github.com/Orange-OpenSource/hurl/releases/download/v1.0.0/hurl-1.0.0-linux-x86_64.tar.gz
68-
tar -xzf hurl-1.0.0-linux-x86_64.tar.gz
69-
7065
- name: Run Docker Container
7166
run: |
7267
docker run -d -p 8095:8095 -v ./plugins/SEMplugin.jar:/spring/mapping-service/plugins/SEMplugin.jar --name mapping4docker ghcr.io/kit-data-manager/mapping-service:${{ matrix.versions.mapping-service }} -e PIP_BREAK_SYSTEM_PACKAGES=1

0 commit comments

Comments
 (0)