Skip to content

Commit

Permalink
remove unused env vars in pipeline and remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
reckseba committed Jan 3, 2025
1 parent d8b8c7e commit 1d8f6ac
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,7 @@ on:
# Allow to run this workflow manually
workflow_dispatch:

env:
RUN_ID: ${{ github.run_id }}
CONTAINER_REGISTRY: ghcr.io
CONTAINER_IMAGE_NAME: ${{ github.repository }}
CONTAINER_IMAGE_VERSION: ${{ github.event.pull_request.head.sha || github.sha }}

jobs:
##############################################
# jobs dispatched to separate workflow files #
##############################################

security-jobs:
uses: ./.github/workflows/security-jobs.yml
Expand Down Expand Up @@ -63,10 +54,6 @@ jobs:
container-registry: ghcr.io
container-image-name: ${{ github.repository }}
container-image-version: ${{ github.event.pull_request.head.sha || github.sha }}

# ######################
# # Deploy new versions to staging
# ######################

frontend-deploy-staging:
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 1d8f6ac

Please sign in to comment.