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

t

parent 7d938462
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ test_debian: ...@@ -129,7 +129,7 @@ test_debian:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- 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 debain_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 - cat debian_artifacts.zip
- unzip debian_artifacts.zip - unzip debian_artifacts.zip
- dpkg -i debian/linkahead/linkahead_*.deb - dpkg -i debian/linkahead/linkahead_*.deb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment