Skip to content

Commit

Permalink
Merge pull request #63 from nearprotocol/staging-merge
Browse files Browse the repository at this point in the history
Staging merge
  • Loading branch information
vgrichina authored Sep 3, 2019
2 parents 3244d74 + 3bdc769 commit 51edbe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: node:10

variables:
NODE_ENV: ci-staging
NODE_ENV: ci
HELLO_WASM_PATH: nearcore/tests/hello.wasm

stages:
Expand All @@ -12,7 +12,7 @@ test:
tags:
- gcloud
script:
- git clone --depth 1 --branch staging https://github.com/nearprotocol/nearcore.git nearcore
- git clone --depth 1 https://github.com/nearprotocol/nearcore.git nearcore
- yarn
- yarn build
- (cd nearcore && ./scripts/build_wasm.sh)
Expand Down

0 comments on commit 51edbe4

Please sign in to comment.