Skip to content

Commit

Permalink
chore: bump to latest stacks-node-2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed May 9, 2023
1 parent f930deb commit dcb10f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

env:
STACKS_BLOCKCHAIN_COMMIT: "test/epoch-2.4-draft.2"
STACKS_BLOCKCHAIN_COMMIT: "feat/epoch-2.4"

jobs:
cancel-previous-runs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM rust:bullseye as builder

# A commit hash, tag, or branch
ARG GIT_COMMIT=test/epoch-2.4-draft.2
ARG GIT_COMMIT=feat/epoch-2.4
ARG BLOCKCHAIN_REPO=https://github.com/stacks-network/stacks-blockchain.git

ARG TARGETPLATFORM
Expand Down

0 comments on commit dcb10f1

Please sign in to comment.