From 0f833f37c6cfea517ab1631bb5fa2051811050d3 Mon Sep 17 00:00:00 2001 From: Jane Date: Tue, 27 Aug 2019 11:45:40 -0700 Subject: [PATCH] Use staging-hello branch for building hello.wasm contract --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9829b73037..651e6fa525 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ test: tags: - gcloud script: - - git clone --depth 1 -b known-stable https://github.com/nearprotocol/nearcore.git nearcore + - git clone --depth 1 --branch staging-hello https://github.com/nearprotocol/nearcore.git nearcore - yarn - yarn build - (cd nearcore && ./scripts/build_wasm.sh)