GODT-1779: Remove go-imap

This commit is contained in:
James Houlahan
2022-08-26 17:00:21 +02:00
parent 3b0bc1ca15
commit 39433fe707
593 changed files with 12725 additions and 91626 deletions

View File

@ -18,17 +18,22 @@
---
image: gitlab.protontech.ch:4567/go/bridge-internal:go18
variables:
GOPRIVATE: gitlab.protontech.ch
before_script:
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p .cache/bin
- export PATH=$(pwd)/.cache/bin:$PATH
- export GOPATH="$CI_PROJECT_DIR/.cache"
- git config --global --unset-all url.git@gitlab.protontech.ch:.insteadOf
- git config --global url.https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}.insteadOf https://${CI_SERVER_HOST}/
- make install-dev-dependencies
- git checkout .
cache:
key: go18-mod
key: go18-gluon
paths:
- .cache
policy: pull
@ -76,7 +81,7 @@ cache-push:
script:
- echo ""
cache:
key: go18-mod
key: go18-gluon
paths:
- .cache