Skip to content

Commit 1543ca2

Browse files
committed
removed spec copy.
1 parent 96ba32c commit 1543ca2

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

azure/common/deploy-stage.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -271,19 +271,6 @@ stages:
271271
pr_label: $(PR_LABEL)
272272
aws_account: ${{ parameters.aws_account }}
273273

274-
- bash: |
275-
276-
set -euo pipefail
277-
278-
echo Working: $(Pipeline.Workspace)/s/${{ parameters.service_name }}/$(SERVICE_ARTIFACT_NAME)
279-
echo s3bucket: nhsd-apm-management-${{ parameters.aws_account }}-proxygen
280-
281-
pip install boto3
282-
283-
python copy_spec.py "nhsd-apm-management-${{ parameters.aws_account }}-proxygen" "${{ parameters.service_name }}"
284-
displayName: Copy Spec
285-
workingDirectory: $(Pipeline.Workspace)/s/${{ parameters.service_name }}/$(SERVICE_ARTIFACT_NAME)/utils/scripts
286-
287274
- ${{ if parameters.notify }}:
288275
- template: '../components/update-github-status.yml'
289276
parameters:

0 commit comments

Comments
 (0)