Skip to content

Commit a5096a5

Browse files
committed
removed parameter.
1 parent e902485 commit a5096a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure/common/deploy-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ stages:
251251
252252
pip install boto3
253253
254-
python copy_spec.py "nhsd-apm-management-${{ parameters.aws_account }}-proxygen" "${{ parameters.service_name }}" "$(Pipeline.Workspace)/s/${{ parameters.service_name }}/$(SERVICE_ARTIFACT_NAME)"
254+
python copy_spec.py "nhsd-apm-management-${{ parameters.aws_account }}-proxygen" "${{ parameters.service_name }}"
255255
displayName: Copy Spec
256256
workingDirectory: $(Pipeline.Workspace)/s/${{ parameters.service_name }}/$(SERVICE_ARTIFACT_NAME)/utils/scripts
257257

0 commit comments

Comments
 (0)