Skip to content

Commit

Permalink
Merge branch 'develop' into dkijania/merge_removal_berkeley_to_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Aug 28, 2024
2 parents 36e3735 + 6ad3970 commit daeb1b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildkite/scripts/check-compatibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function get_shas {

function image_tag {
SHA=$1
IMAGE_TAG="$SHA-bullseye-berkeley"
IMAGE_TAG="$SHA-bullseye-devnet"
}

function download-docker {
Expand Down
2 changes: 1 addition & 1 deletion buildkite/src/Jobs/Test/DevelopCompatibility.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let Size = ../../Command/Size.dhall

let dependsOn =
[ { name = "MinaArtifactBullseye"
, key = "daemon-berkeley-bullseye-docker-image"
, key = "daemon-devnet-bullseye-docker-image"
}
]

Expand Down

0 comments on commit daeb1b2

Please sign in to comment.