Skip to content

Commit

Permalink
fix(cid): remove unused variables
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Jul 8, 2024
1 parent 375c4d2 commit 2c81db3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ jobs:
with:
triggerEventName: ${{ github.event_name }}
imageName: "${{ matrix.image }}"
imageFQN: "ghcr.io/pinellolab/${{ matrix.image }}"
nixCommand: "nix run .#${{ matrix.image }}Manifest --impure --accept-flake-config --show-trace"
releaseVersion: ""
gcpProjectId: ${{ secrets.GCP_PROJECT_ID }}
Expand Down Expand Up @@ -584,7 +583,6 @@ jobs:
with:
triggerEventName: ${{ github.event_name }}
imageName: "${{ matrix.image }}"
imageFQN: "ghcr.io/pinellolab/${{ matrix.image }}"
nixCommand: "nix run .#${{ matrix.image }}Manifest --impure --accept-flake-config --show-trace"
releaseVersion: ${{ needs.release.outputs.version }}
gcpProjectId: ${{ secrets.GCP_PROJECT_ID }}
Expand Down

0 comments on commit 2c81db3

Please sign in to comment.