feat(GODT-3169): load pipeline env from bridge internal.

This commit is contained in:
Jakub
2024-01-23 11:49:50 +01:00
parent 773a230d14
commit 56aa497b9d
4 changed files with 32 additions and 41 deletions

View File

@ -16,8 +16,6 @@
# along with ProtonMail Bridge. If not, see <https://www.gnu.org/licenses/>.
---
image: gitlab.protontech.ch:4567/go/bridge-internal:test-go1.20
default:
tags:
- shared-small
@ -35,6 +33,7 @@ stages:
- build
include:
- local: ci/setup.yml
- local: ci/rules.yml
- local: ci/env.yml
- local: ci/test.yml