diff --git a/.github/workflows/change-test.yml b/.github/workflows/change-test.yml index 9c88fa6..3bd1117 100644 --- a/.github/workflows/change-test.yml +++ b/.github/workflows/change-test.yml @@ -62,4 +62,4 @@ jobs: uses: oracle-actions/run-oci-cli-command@v1.3.2 id: destroy-stack with: - command: 'resource-manager stack delete --force --stack-id ${{ steps.create-stack.outputs.raw_output }}' \ No newline at end of file + command: 'resource-manager stack delete --force --stack-id ${{ steps.create-stack.outputs.raw_output }}' diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 61f291b..5ec2be3 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -46,7 +46,7 @@ jobs: id: stack-apply-job with: command: 'resource-manager job create-apply-job --wait-for-state SUCCEEDED --max-wait-seconds 2400 --execution-plan-strategy AUTO_APPROVED --stack-id ${{ steps.create-stack.outputs.raw_output }}' - + - name: Teardown BM Infrastructure uses: oracle-actions/run-oci-cli-command@v1.3.2 id: teardown-bm-infra @@ -58,7 +58,7 @@ jobs: id: destroy-stack with: command: 'resource-manager stack delete --force --stack-id ${{ steps.create-stack.outputs.raw_output }}' - + smoke-test-vm-multi-ad: needs: [smoke-test-bm-single-ad] @@ -116,4 +116,4 @@ jobs: uses: oracle-actions/run-oci-cli-command@v1.3.2 id: destroy-stack with: - command: 'resource-manager stack delete --force --stack-id ${{ steps.create-stack.outputs.raw_output }}' \ No newline at end of file + command: 'resource-manager stack delete --force --stack-id ${{ steps.create-stack.outputs.raw_output }}' diff --git a/Makefile b/Makefile index eba8630..43b5660 100644 --- a/Makefile +++ b/Makefile @@ -12,4 +12,3 @@ zip: rm -f tagging-resources.zip zip tagging-resources.zip tagging-resources/* -