Skip to content

Commit

Permalink
Fix for 'compatible' builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Jul 5, 2024
1 parent 93a771b commit 4653bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ done
cp -r ${MINA_REPO_DIR}/scripts/mina-local-network/mina-local-network.sh ${TMP_FOLDER}/
cp -r ${MINA_REPO_DIR}/src/app/archive/drop_tables.sql ${TMP_FOLDER}/
cp -r ${MINA_REPO_DIR}/src/app/archive/create_schema.sql ${TMP_FOLDER}/
if [[ "${DOCKER_HUB_IMAGE_TAG}" == "develop-latest-devnet" || "${DOCKER_HUB_IMAGE_TAG}" == "develop-latest-lightnet" ]]; then
if [[ "${DOCKER_HUB_IMAGE_TAG}" == "develop-latest-devnet" || "${DOCKER_HUB_IMAGE_TAG}" == "develop-latest-lightnet" || "${DOCKER_HUB_IMAGE_TAG}" == "compatible-latest-devnet" || "${DOCKER_HUB_IMAGE_TAG}" == "compatible-latest-lightnet" ]]; then
touch ${TMP_FOLDER}/zkapp_tables.sql
else
cp -r ${MINA_REPO_DIR}/src/app/archive/zkapp_tables.sql ${TMP_FOLDER}/
Expand Down

0 comments on commit 4653bd5

Please sign in to comment.