Skip to content
Snippets Groups Projects
Commit 488f96eb authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

test

parent d8e81542
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,8 @@ test_debian: ...@@ -125,7 +125,8 @@ test_debian:
fi fi
- apt-get update - apt-get update
- apt-get install -y unzip curl - apt-get install -y unzip curl
- curl --header "PRIVATE-TOKEN: $DEPLOY_ARTIFACT_TOKEN" --location --output debian_artifacts.zip "https://gitlab.indiscale.com/api/v4/projects/14/jobs/$DEBIAN_PACKAGE_JOB/artifacts" # get debian image
- curl --header "PRIVATE-TOKEN: $DEPLOY_ARTIFACT_TOKEN" --location --output debain_artifacts.zip "https://gitlab.indiscale.com/api/v4/projects/14/jobs/$DEBIAN_PACKAGE_JOB/artifacts"
- unzip debian_artifacts.zip - unzip debian_artifacts.zip
- dpkg -i debian/linkahead/linkahead_*.deb - dpkg -i debian/linkahead/linkahead_*.deb
- apt-get install -f - apt-get install -f
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment