Skip to content
Snippets Groups Projects
Commit 646aeb0e authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

feat: Remove unnecessary var def

parent a48f47c3
No related branches found
No related tags found
No related merge requests found
...@@ -167,8 +167,6 @@ build_ssh_proxy_image: ...@@ -167,8 +167,6 @@ build_ssh_proxy_image:
name: $ENV name: $ENV
tags: tags:
- build - build
variables:
PROXY_ENABLE_VAR: "enable_ssh_proxy"
<<: *build_proxy_image_template <<: *build_proxy_image_template
rules: rules:
- if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "ssh-proxy" - if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "ssh-proxy"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment