Skip to content

Commit

Permalink
Do not refresh Cardano configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Nov 29, 2022
1 parent 6655609 commit 09ce705
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mithril-infra/mithril.bootstrap.tf
Expand Up @@ -37,7 +37,11 @@ echo "Startup script complete!"
EOT
,
"find /home/curry/tools -name '*.sh' -type f | xargs chmod u+x",
"rm -rf /home/curry/docker/cardano-configurations && git clone https://github.com/input-output-hk/cardano-configurations.git /home/curry/docker/cardano-configurations"
<<-EOT
if [[ ! -f '/home/curry/docker/cardano-configurations' ]] ; then
git clone https://github.com/input-output-hk/cardano-configurations.git /home/curry/docker/cardano-configurations
fi
EOT
]
}
}

0 comments on commit 09ce705

Please sign in to comment.