Skip to content

Commit

Permalink
Added golos.contracts to testing projects #17
Browse files Browse the repository at this point in the history
  • Loading branch information
e-schepachev committed Feb 27, 2020
1 parent 967d418 commit 8ebb011
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ projects=("cyberway":"build-only-cyberway-image" \
"cyberway.contracts":"create-cyberway-dot-contracts-image" \
"cyberway":"test-only-cyberway-image"
# "commun.contracts":"create-commun-dot-contracts" \
# "golos.contracts":"create-golos-dot-contracts-image" \
"golos.contracts":"create-golos-dot-contracts-image" \
)

cdt_revision=$(git -C "cyberway.cdt" rev-parse HEAD)
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "cyberway.contracts"]
path = cyberway.contracts
url = [email protected]:cyberway/cyberway.contracts.git
[submodule "golos.contracts"]
path = golos.contracts
url = [email protected]:cyberway/golos.contracts.git
1 change: 1 addition & 0 deletions golos.contracts
Submodule golos.contracts added at f84020

0 comments on commit 8ebb011

Please sign in to comment.