Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7489 from EOSIO/zach-pipeline-config
Browse files Browse the repository at this point in the history
Fix Incorrectly Resolved and Untested Merge Conflicts in Pipeline Configuration File
  • Loading branch information
kj4ezj authored Jun 11, 2019
2 parents 1e4407d + 94422ba commit 70b30af
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions pipeline.jsonc
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"eosio": {
"environment": {
"IMAGE_TAG": "1.9.0-develop",
"HELPER_ENABLED": true
"eosio":
{
"environment":
{
"HELPER_ENABLED": true,
"IMAGE_TAG": "1.9.0-develop"
}
},
"eosio-build-unpinned": {
"pipeline-branch": "protocol-features-sync-nodes"
},
"eosio-lrt": {
"pipeline-branch": "protocol-features-sync-nodes"
"eosio-lrt":
{
"environment":
{
"BUILD_FLAGS": "-y -P -m",
"IMAGE_TAG": "_1-8-0-rc2"
}
},
"eos-multiversion-tests":
{
Expand Down

0 comments on commit 70b30af

Please sign in to comment.