From 876e0728faa476d9bd5dd06d8e4ba6f62b123be3 Mon Sep 17 00:00:00 2001 From: Justin Schneck Date: Thu, 22 Feb 2018 11:56:12 -0500 Subject: [PATCH] use 1.0.0-rc.0 bootstrap on circle --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b529d5..7ddbf6f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ install_hex_rebar: &install_hex_rebar install_nerves_bootstrap: &install_nerves_bootstrap run: name: Install nerves_bootstrap - command: mix archive.install hex nerves_bootstrap --force + command: mix archive.install hex nerves_bootstrap 1.0.0-rc.0 --force build: &build resource_class: large