From fe8592b9327308e4c9bf53f169a7a81bff66964f Mon Sep 17 00:00:00 2001 From: Artem Pikulin Date: Thu, 24 May 2018 21:31:14 +0700 Subject: [PATCH] Enable ETOMIC first on running CI build. --- etomic_build/client/enable | 2 +- etomic_build/seed/enable | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etomic_build/client/enable b/etomic_build/client/enable index 8c9bfe2f4..0ae602f7a 100755 --- a/etomic_build/client/enable +++ b/etomic_build/client/enable @@ -1,6 +1,6 @@ #!/bin/bash source userpass +curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"enable\",\"coin\":\"ETOMIC\"}" curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"enable\",\"coin\":\"ETH\"}" curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"enable\",\"coin\":\"KMD\"}" -curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"enable\",\"coin\":\"ETOMIC\"}" curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"enable\",\"coin\":\"BEER\"}" diff --git a/etomic_build/seed/enable b/etomic_build/seed/enable index 8c9bfe2f4..79350a008 100755 --- a/etomic_build/seed/enable +++ b/etomic_build/seed/enable @@ -1,6 +1,6 @@ #!/bin/bash source userpass -curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"enable\",\"coin\":\"ETH\"}" curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"enable\",\"coin\":\"KMD\"}" curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"enable\",\"coin\":\"ETOMIC\"}" +curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"enable\",\"coin\":\"ETH\"}" curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"enable\",\"coin\":\"BEER\"}"