Skip to content

Commit

Permalink
Use staging-hello branch for building hello.wasm contract
Browse files Browse the repository at this point in the history
  • Loading branch information
janedegtiareva committed Aug 27, 2019
1 parent 27da96c commit 0f833f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0f833f3

Please sign in to comment.