File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 echo Apigee environment: $APIGEE_ENVIRONMENT
6060 echo pr_no: $pr_no
6161
62- cd infrastructure/ terraform
62+ cd terraform
6363 make init environment=${{ parameters.aws_account_type }} sub_environment=$workspace
6464 make apply environment=${{ parameters.aws_account_type }} sub_environment=$workspace
6565
Original file line number Diff line number Diff line change 1818 - bash : |
1919 pwd
2020 ls -la
21- cd infrastructure/ terraform
21+ cd terraform
2222 displayName: "Check Directory and Navigate to Terraform for AWS Deployment"
2323 workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)"
2424
3535 echo workspace: $workspace
3636 echo AWS environment: $APIGEE_ENVIRONMENT
3737
38- cd infrastructure/ terraform
38+ cd terraform
3939
4040 make init environment=${{ parameters.aws_account_type }} sub_environment=$workspace
4141 make apply environment=${{ parameters.aws_account_type }} sub_environment=$workspace
You can’t perform that action at this time.
0 commit comments