Skip to content

Commit

Permalink
revert: "chore(ci): set DEBUG variable when debug logging is activate…
Browse files Browse the repository at this point in the history
  • Loading branch information
philipreinken authored Jan 6, 2025
1 parent 83f1505 commit e77dada
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/05-prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
CHECK_REPOSITORY: 'shopware/recipes'
CHECK_WORKFLOW: 'nightly.yml'
CHECK_STATUS: 'success'
DEBUG: ${{ runner.debug }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -91,7 +90,6 @@ jobs:
GIT_AUTHOR_NAME: "shopwareBot"
GIT_COMMITTER_EMAIL: "[email protected]"
GIT_COMMITTER_NAME: "shopwareBot"
DEBUG: ${{ runner.debug }}
steps:
- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -159,7 +157,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# set dry run if it's not a tag
DRY_RUN: ${{ github.ref_type != 'tag' && '1' || '' }}
DEBUG: ${{ runner.debug }}
run: |
echo DRY_RUN: "${DRY_RUN}"
bash .github/bin/create_github_release.bash draft "${{ github.ref_name }}"
Expand All @@ -176,7 +173,6 @@ jobs:
SBP_TOKEN: ${{ secrets[format('SBP_API_TOKEN_{0}', matrix.sbp-environment)] }}
# set dry run if it's not a tag
DRY_RUN: ${{ github.ref_type != 'tag' && '1' || '' }}
DEBUG: ${{ runner.debug }}
continue-on-error: true
steps:
- name: Checkout
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/05-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
-H "Content-Type: application/json" \
https://api.github.com/repos/shopwareLabs/testenv-platform/actions/workflows/shopware.yml/dispatches \
-d '{"ref": "trunk"}'
publish-sbp-release:
if: github.repository == 'shopware/shopware'
strategy:
Expand All @@ -129,7 +129,6 @@ jobs:
SBP_TOKEN: ${{ secrets[format('sbp_api_token_{0}', matrix.sbp-environment)] }}
# set dry run if it's not a tag
DRY_RUN: ${{ github.ref_type != 'tag' && '1' || '' }}
DEBUG: ${{ runner.debug }}
runs-on: ubuntu-24.04
continue-on-error: true
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/saas-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
env:
GH_TOKEN: ${{ steps.sts-shopware-private.outputs.token }}
GITLAB_SAAS_TOKEN: ${{ secrets.GITLAB_SAAS_TOKEN }}
DEBUG: ${{ runner.debug }}
shell: bash
run: ./.github/bin/compile_deployment_info.sh deployment_env_b64 CI_B64_ENVIRONMENT >> "${GITHUB_ENV}"
- name: Trigger SaaS Pipeline
Expand Down

0 comments on commit e77dada

Please sign in to comment.