Skip to content

Commit

Permalink
install elixir on setup_childchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Nov 30, 2020
1 parent 676833d commit d6d399c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,19 @@ commands:
steps:
# otherwise docker compose down errors with ERROR: Couldn't find env file
- run: touch localchain_contract_addresses.env
- restore_cache:
key: v2-asdf-install
- run:
name: Install Erlang and Elixir
command: |
[ -d ~/.asdf-vm ] || git clone https://github.com/asdf-vm/asdf.git ~/.asdf-vm --branch v0.8.0
echo 'source ~/.asdf-vm/asdf.sh' >> $BASH_ENV
source $BASH_ENV
asdf plugin-add erlang || asdf plugin-update erlang
asdf plugin-add elixir || asdf plugin-update elixir
asdf install
no_output_timeout: 2400
- run: make install-hex-rebar
- run: docker-compose down
- run: sudo rm -rf data/
- run:
Expand Down

0 comments on commit d6d399c

Please sign in to comment.