Skip to content

Commit

Permalink
Merge pull request #126 from PrestaShop/feat/migration-nightly-upgrade
Browse files Browse the repository at this point in the history
Feat: upgrade
  • Loading branch information
elodie-bil3 authored Sep 5, 2023
2 parents 5589177 + 22d229b commit 8c7229e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 110 deletions.
72 changes: 0 additions & 72 deletions .github/scripts/manage-labels.sh

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/integration-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ on:
types: [opened, reopened, synchronize, labeled]

env:
DISTRIBUTION_APP: "qanightly"
LABELS: ${{toJSON(github.event.pull_request.labels)}}
BUCKET_PRESTABULLE: ${{ secrets.BUCKET_PRESTABULLE }}

jobs:
integration_deployment:
Expand All @@ -22,18 +20,6 @@ jobs:
- name: Checkout the repository 🎁
uses: actions/checkout@v3

- name: Authenticating to GCP ⚙️
uses: google-github-actions/auth@v1
with:
project_id: ${{ secrets.GCP_RUN_PROJECT_ID }}
credentials_json: ${{ secrets.INTEGRATION_GOOGLE_APPLICATION_CREDENTIALS }}

- name: Setting up Cloud SDK ⚙️
uses: google-github-actions/setup-gcloud@v1

- name: Managing labels 🏷️
run: /bin/bash .github/scripts/manage-labels.sh

- name: Setting up the Bulle variable for later 💬
run: echo "BULLE=$BULLE$(echo $LABELS > labels.json && cat labels.json | jq -r '.[]|.name'|grep prestabulle)" >> $GITHUB_OUTPUT
id: get_bulle
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/preproduction-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- develop

env:
DISTRIBUTION_APP: "qanightly"

jobs:
preprod_deployment:
name: Deploy (preprod)
Expand All @@ -19,15 +16,6 @@ jobs:
- name: Checkout the repository 🎁
uses: actions/checkout@v3

- name: Authenticating to GCP ⚙️
uses: google-github-actions/auth@v1
with:
project_id: ${{ secrets.GCP_RUN_PROJECT_ID }}
credentials_json: ${{ secrets.PREPROD_GOOGLE_APPLICATION_CREDENTIALS }}

- name: Setting up Cloud SDK ⚙️
uses: google-github-actions/setup-gcloud@v1

- name: Get branch name
id: branch
uses: tj-actions/[email protected]
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/production-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
release:
types: [released]

env:
DISTRIBUTION_APP: "qanightly"

jobs:
production_deployment:
name: Deploy (production)
Expand All @@ -18,15 +15,6 @@ jobs:
- name: Checkout the repository 🎁
uses: actions/checkout@v3

- name: Authenticating to GCP ⚙️
uses: google-github-actions/auth@v1
with:
project_id: ${{ secrets.GCP_RUN_PROJECT_ID }}
credentials_json: ${{ secrets.PRODUCTION_GOOGLE_APPLICATION_CREDENTIALS }}

- name: Setting up Cloud SDK ⚙️
uses: google-github-actions/setup-gcloud@v1

- name: Get branch name
id: branch
uses: tj-actions/[email protected]
Expand Down

0 comments on commit 8c7229e

Please sign in to comment.