diff --git a/.gitea/workflows/sonarqube.yaml b/.gitea/workflows/sonarqube.yaml index cb581d8..581ac7e 100644 --- a/.gitea/workflows/sonarqube.yaml +++ b/.gitea/workflows/sonarqube.yaml @@ -92,16 +92,6 @@ jobs: with: terraform_version: latest - - name: Cache Terraform Providers - uses: actions/cache@v3 - with: - path: | - .terraform - .terraform.lock.hcl - key: terraform-${{ hashFiles('**/.terraform.lock.hcl') }} - restore-keys: | - terraform- - - name: Terraform Init env: AWS_ACCESS_KEY_ID: ${{ secrets.MINIO_ACCESS_KEY }} @@ -178,16 +168,6 @@ jobs: with: terraform_version: latest - - name: Restore Terraform Cache - uses: actions/cache@v3 - with: - path: | - .terraform - .terraform.lock.hcl - key: terraform-${{ hashFiles('**/.terraform.lock.hcl') }} - restore-keys: | - terraform- - - name: Install AWS CLI run: | curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"