eosdac / eosdactoolkit

DEPRECATED The DAC toolkit for building and running DACs
MIT License
10 stars 13 forks source link

Improve the deploy script: copy config _after_ pulling in the branch #182

Closed lukestokes closed 5 years ago

lukestokes commented 5 years ago

Seems we copy the config file here: https://github.com/eosdac/eosdactoolkit/blob/master/deploy-eosdac-material.sh#L49 but we update from the github repo after that which means any changes which include config changes will fail unless you run the script twice. Fix this by moving the config copy to after the update from the repo.