Skip to content

Commit

Permalink
chore: bump to latest stacks 2.4 code
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed May 8, 2023
1 parent 2f20135 commit 1395ac3
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"
STACKS_BLOCKCHAIN_COMMIT: "2f20135e33ceadbb0004ec4a673b559cdb6f258d"

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
ARG GIT_COMMIT=2f20135e33ceadbb0004ec4a673b559cdb6f258d
ARG BLOCKCHAIN_REPO=https://github.com/stacks-network/stacks-blockchain.git

ARG TARGETPLATFORM
Expand Down

0 comments on commit 1395ac3

Please sign in to comment.