Skip to content
Snippets Groups Projects

Feat ci proxy builds

1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -102,7 +102,8 @@ workflow:
build_http_proxy_image:
stage: build
environment: $ENV
environment:
name: $ENV
tags:
- build
variables:
@@ -120,7 +121,8 @@ build_http_proxy_image:
build_ssh_proxy_image:
stage: build
environment: $ENV
environment:
name: $ENV
tags:
- build
variables:
Loading