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

te

parent 7ba02f52
No related branches found
No related tags found
No related merge requests found
...@@ -130,9 +130,10 @@ test_debian: ...@@ -130,9 +130,10 @@ test_debian:
- echo $DEPLOY_ARTIFACT_TOKEN > lol - echo $DEPLOY_ARTIFACT_TOKEN > lol
# get debian image # get debian image
- '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"' - '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"'
- cat debian_artifacts.zip
- unzip debian_artifacts.zip - unzip debian_artifacts.zip
- set +e
- dpkg -i debian/linkahead/linkahead_*.deb - dpkg -i debian/linkahead/linkahead_*.deb
- set -e
- apt-get install -f - apt-get install -f
- python3 -m pytest - python3 -m pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment