Skip to content

Commit 9fcc95a

Browse files
committed
update dir path
1 parent 4df1086 commit 9fcc95a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdo-tf-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323

2424
- name: Download and extract the terraform-provider-jira plugin version 0.1.11
2525
run: |
26-
curl -LO https://github.com/fourplusone/terraform-provider-jira/releases/download/v0.1.11/terraform-provider-jira_linux_amd64.zip && mkdir -p /home/gitlab-runner/.terraform.d/plugins/linux_amd64 && unzip terraform-provider-jira_linux_amd64.zip -d /home/gitlab-runner/.terraform.d/plugins/linux_amd64/ && rm terraform-provider-jira_linux_amd64.zip
26+
curl -LO https://github.com/fourplusone/terraform-provider-jira/releases/download/v0.1.11/terraform-provider-jira_linux_amd64.zip && mkdir -p ~/.terraform.d/plugins/linux_amd64 && unzip terraform-provider-jira_linux_amd64.zip -d ~/.terraform.d/plugins/linux_amd64/ && rm terraform-provider-jira_linux_amd64.zip
2727
2828
- name: Download and install the terraform-provider-restapi plugin version 1.12.0
2929
run: |
30-
curl -LO https://github.com/Mastercard/terraform-provider-restapi/releases/download/v1.12.0/terraform-provider-restapi_v1.12.0-linux-amd64 && chmod +x terraform-provider-restapi_v1.12.0-linux-amd64 && mv terraform-provider-restapi_v1.12.0-linux-amd64 /home/gitlab-runner/.terraform.d/plugins/linux_amd64/terraform-provider-restapi
30+
curl -LO https://github.com/Mastercard/terraform-provider-restapi/releases/download/v1.12.0/terraform-provider-restapi_v1.12.0-linux-amd64 && chmod +x terraform-provider-restapi_v1.12.0-linux-amd64 && mv terraform-provider-restapi_v1.12.0-linux-amd64 ~/.terraform.d/plugins/linux_amd64/terraform-provider-restapi
3131
3232
- name: Terraform fmt
3333
id: fmt

0 commit comments

Comments
 (0)