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

check docker

parent 01f458d7
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,9 @@ test_debian: ...@@ -124,7 +124,9 @@ test_debian:
exit 0; exit 0;
fi fi
- apt-get update - apt-get update
- apt-get install -y unzip curl - apt-get install -y unzip curl docker.io
- docker ps
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
# 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 debain_artifacts.zip https://gitlab.indiscale.com/api/v4/projects/14/jobs/$DEBIAN_PACKAGE_JOB/artifacts'
- unzip debian_artifacts.zip - unzip debian_artifacts.zip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment