From e07bba0962864c08ba05a32bd165bbe6aeeb8088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BIDAULT?= Date: Tue, 19 Nov 2024 10:00:51 +0100 Subject: [PATCH] Deployment workflow PS 1.7 --- .github/workflows/push-to-bucket.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/push-to-bucket.yml b/.github/workflows/push-to-bucket.yml index dfe776d21..33d1c3620 100644 --- a/.github/workflows/push-to-bucket.yml +++ b/.github/workflows/push-to-bucket.yml @@ -22,24 +22,12 @@ on: prestashop-version: required: true type: string -jobs: - current_date: - name: Get current date - runs-on: ubuntu-latest - if: inputs.triggered == true - outputs: - date: ${{ steps.date.outputs.date }} - - steps: - - name: Date - id: date - run: echo "date=$(date -d '+2 hours' +'%Y-%m-%d_%H-%M-%S')" >> "$GITHUB_OUTPUT" +jobs: push-to-bucket: name: ${{ inputs.env-upper }} - Create zip file and push to GCP bucket storage runs-on: ubuntu-latest environment: ${{ inputs.env-lower }} - needs: [current_date] permissions: id-token: write contents: read