Skip to content

Commit

Permalink
Fix for master.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Sep 17, 2024
1 parent 0814815 commit 6b0b2dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion configuration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ COPY spinup-testnet.sh /root/
COPY mina-local-network.sh /root/
COPY drop_tables.sql /root/
COPY create_schema.sql /root/
COPY zkapp_tables.sql /root/
COPY mina.exe /root/
COPY archive.exe /root/
COPY libp2p_helper /root/
Expand Down
5 changes: 0 additions & 5 deletions scripts/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ 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" || "${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}/
fi
cp -r ${MINA_REPO_DIR}/_build/default/src/app/cli/src/mina.exe ${TMP_FOLDER}/
cp -r ${MINA_REPO_DIR}/src/app/libp2p_helper/result/bin/libp2p_helper ${TMP_FOLDER}/
cp -r ${MINA_REPO_DIR}/_build/default/src/app/archive/archive.exe ${TMP_FOLDER}/
Expand Down

0 comments on commit 6b0b2dd

Please sign in to comment.