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

FIX pull

parent 9028a8bd
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ test_debian: ...@@ -126,7 +126,7 @@ test_debian:
- apt-get update - apt-get update
- apt-get install -y unzip curl - apt-get install -y unzip curl
# get debian image # get debian image
- 'curl --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"
- 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