Skip to content

Commit

Permalink
Fix devmode accounts by changing data/aeplugin_dev_mode permissions (
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Mar 19, 2024
1 parent b0a7140 commit 2b943c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config/commands/@install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ aeplugin_install_devmode:
export PLUGIN_VERSION=<< pipeline.parameters.aeplugin_devmode_version >>
curl -fsSLOJ https://github.com/aeternity/aeplugin_dev_mode/releases/download/v$PLUGIN_VERSION/aeplugin_dev_mode.ez
cp aeplugin_dev_mode.ez plugins/
mkdir -p data/aeplugin_dev_mode
install_os_deps:
steps:
Expand Down

0 comments on commit 2b943c5

Please sign in to comment.