Skip to content

Commit 0988d37

Browse files
committed
removed Template proxies
1 parent be1759d commit 0988d37

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

azure/templates/deploy-service.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -119,41 +119,6 @@ steps:
119119
workingDirectory: "$(UTILS_DIR)/ansible/group_vars/all"
120120
displayName: "Set ${{ jinja_template.key }} to ${{ jinja_template.value }}"
121121

122-
- bash: |
123-
set -euo pipefail
124-
125-
export SERVICE_NAME="${{ parameters.service_name }}"
126-
export PROXIES_DIR="$(SERVICE_DIR)/proxies"
127-
export SERVICE_BASE_PATH="${{ parameters.service_base_path }}"
128-
export APIGEE_ENVIRONMENT="${{ parameters.apigee_environment }}"
129-
export HOSTED_TARGET_CONNECTION_PATH_SUFFIX="${{ parameters.hosted_target_connection_path_suffix }}"
130-
export HOSTED_TARGET_HEALTHCHECK_SUFFIX="${{ parameters.hosted_target_healthcheck_suffix }}"
131-
export SOURCE_COMMIT_ID=$(Build.SourceVersion)
132-
export RELEASE_RELEASEID=$(Build.BuildId)
133-
134-
export ASSUMED_VERSION=`echo $SERVICE_ARTIFACT_NAME | ( grep -E -o "v[0-9]+\.[0-9]+\.[0-9]+-?[a-z]*" || true ) | tail -1`
135-
if [[ ! -z $ASSUMED_VERSION ]]; then
136-
export DEPLOYED_VERSION=$ASSUMED_VERSION
137-
else
138-
export DEPLOYED_VERSION="${{ parameters.fully_qualified_service_name }}"
139-
fi
140-
141-
if [ -f $(SERVICE_DIR)/.build_env_vars ]; then
142-
source $(SERVICE_DIR)/.build_env_vars
143-
fi
144-
145-
cd $(UTILS_DIR)
146-
ANSIBLE_FORCE_COLOR=yes \
147-
make --no-print-directory -C ansible template-proxies
148-
149-
if [ -f $(SERVICE_DIR)/manifest.yml ]; then
150-
DIST_DIR=$(SERVICE_DIR) \
151-
PROXY_DIR=${{ parameters.proxy_path }} \
152-
ANSIBLE_FORCE_COLOR=yes \
153-
make --no-print-directory -C ansible add-apim-guids-policy
154-
fi
155-
displayName: Template proxies
156-
157122
- ${{ each post_template_step in parameters.post_template }}:
158123
- ${{ post_template_step }}
159124

0 commit comments

Comments
 (0)