Skip to content

Commit

Permalink
Fix build script. See astroport-fi/astroport-core#428
Browse files Browse the repository at this point in the history
  • Loading branch information
epanchee committed Aug 29, 2024
1 parent 07ed8ee commit 5c44e5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ set -o pipefail
projectPath=$(cd "$(dirname "${0}")" && cd ../ && pwd)

docker run --rm -v "$projectPath":/code \
--mount type=volume,source="$(basename "$projectPath")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/workspace-optimizer:0.15.1
--mount type=volume,source="$(basename "$projectPath")_cache",target=/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/optimizer:0.15.1

0 comments on commit 5c44e5d

Please sign in to comment.