Skip to content

Commit

Permalink
fix position of env
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Nov 14, 2024
1 parent db72ff8 commit 3a052ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ concurrency:
group: linter-${{ github.ref }}
cancel-in-progress: true

env:
DOCKER_DEPENDENCY_IMAGE_NAME: ghcr.io/genspectrum/lapis-silo-dependencies

jobs:
waitForDependencyImage:
name: Wait for dependency image
Expand All @@ -29,6 +26,7 @@ jobs:
runs-on: ubuntu-latest
env:
PR_NUMBER: ${{ github.event.number }}
DOCKER_DEPENDENCY_IMAGE_NAME: ghcr.io/genspectrum/lapis-silo-dependencies
container:
image: ${{ env.DOCKER_DEPENDENCY_IMAGE_NAME }}:commit-${{ github.sha }}
steps:
Expand Down

0 comments on commit 3a052ec

Please sign in to comment.