Skip to content
Snippets Groups Projects

Feature/#132 collation results back into db

Merged Michelle Weidling requested to merge feature/#132-collation-results-back-into-db into develop
1 file
+ 7
3
Compare changes
  • Side-by-side
  • Inline
+ 7
3
@@ -251,11 +251,15 @@ deploy_app-main:
- gitlab-release.json
get-collation-results:
image: docker.gitlab.gwdg.de/mrodzis/docker-images/alpine
image: bullseye-slim:latest
stage: collation
before_script:
- apk add jq
- apk add git
- apt install jq
- apt install git
- apt install curl
- apt install unzip
- apt install eval
- apt install ssh-keyscan
- eval $(ssh-agent -s)
- echo "$DEPLOY_KEY" | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh
Loading