Skip to content

Commit

Permalink
Merge pull request #1255 from Concordium/lma/remove/cabal
Browse files Browse the repository at this point in the history
Cabal from release
  • Loading branch information
lassemand authored Nov 8, 2024
2 parents f24d0b7 + 8a918a7 commit 24c605c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ env:
STACK_VERSION: '2.13.1'
FLATBUFFERS_VERSION: '23.5.26'
GHC_VERSION: '9.6.4'
CABAL_VERSION: '3.6.2.0'
PROTOC_VERSION: '25.2'
STATIC_NODE_BINARY_IMAGE_NAME: 'static-node-binaries'
AWS_ROLE_TO_ASSUME: 'arn:aws:iam::192549843005:role/github_concordium-node'
Expand Down Expand Up @@ -333,7 +332,6 @@ jobs:
uses: haskell-actions/setup@v2
with:
ghc-version: ${{ env.GHC_VERSION }}
cabal-version: ${{ env.CABAL_VERSION }}
enable-stack: true
stack-version: ${{ env.STACK_VERSION }}

Expand Down Expand Up @@ -383,7 +381,6 @@ jobs:
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ env.GHC_VERSION }}
cabal-version: ${{ env.CABAL_VERSION }}
enable-stack: true
stack-version: ${{ env.STACK_VERSION }}

Expand Down Expand Up @@ -603,7 +600,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}

- name: Set tag
run: echo "TAG=$(echo '${{ needs.validate-preconditions.outputs.docker_tags }}' | jq -r '.["${{ github.job }}-${{ matrix.node.env }}"]')"
run: echo "TAG=$(echo '${{ needs.validate-preconditions.outputs.docker_tags }}' | jq -r '.["${{ github.job }}-${{ matrix.node.env }}"]')" >> $GITHUB_ENV

- name: Build Docker Image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 24c605c

Please sign in to comment.