Skip to content

Commit

Permalink
Rm erroneous context_elements using commit_hash
Browse files Browse the repository at this point in the history
  • Loading branch information
orcutt989 committed Feb 13, 2023
1 parent 43b920b commit c640023
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snapshotEngine/zip-and-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ if [ "${HISTORY_MODE}" = rolling ]; then
--arg TEZOS_VERSION_ADDITIONAL_INFO "$(echo "${TEZOS_RPC_VERSION_INFO}" | jq .version.additional_info)" \
--arg TEZOS_VERSION_COMMIT_HASH "$(echo "${TEZOS_RPC_VERSION_INFO}" | jq .commit_info.commit_hash)" \
--arg TEZOS_VERSION_COMMIT_DATE "$(echo "${TEZOS_RPC_VERSION_INFO}" | jq .commit_info.commit_date)" \
--arg CONTEXT_ELEMENTS "$(echo "${TEZOS_RPC_VERSION_INFO}" | jq .commit_info.commit_hash)" \
--arg TEZOS_SNAPSHOT_VESION "$(echo "${TEZOS_RPC_VERSION_INFO}" | jq .commit_info.commit_hash)" \
--arg SNAPSHOT_VERSION "$SNAPSHOT_VERSION" \
--arg CONTEXT_ELEMENTS "$CONTEXT_ELEMENTS" \
Expand Down

0 comments on commit c640023

Please sign in to comment.