Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9e2feee

Browse files
committedJul 14, 2020
Alphabetize pipeline.jsonc entries
1 parent 9559895 commit 9e2feee

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed
 

‎pipeline.jsonc

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,21 @@
11
{
2-
"eos-multiversion-tests":
3-
{
4-
"environment":
5-
{
6-
"IMAGE_TAG": "_1-8-0-rc2"
7-
},
8-
"configuration":
9-
[
10-
"170=v1.7.0"
11-
]
12-
},
132
"eosio-docker-builds":
143
{
154
"environment":
165
{
176
"BUILDER_TAG": "v2.0.0"
187
}
198
},
20-
"eosio-sync-tests":
9+
"eos-multiversion-tests":
2110
{
2211
"environment":
2312
{
24-
"SKIP_PRE_V180": "true",
25-
"SKIP_V180": "true",
26-
"SKIP_V200": "false"
27-
}
13+
"IMAGE_TAG": "_1-8-0-rc2"
14+
},
15+
"configuration":
16+
[
17+
"170=v1.7.0"
18+
]
2819
},
2920
"eosio-replay-tests":
3021
{
@@ -43,5 +34,14 @@
4334
"commit": "6de603529d962193eb64b3b47b2bfee9fbe185b4"
4435
}
4536
]
37+
},
38+
"eosio-sync-tests":
39+
{
40+
"environment":
41+
{
42+
"SKIP_PRE_V180": "true",
43+
"SKIP_V180": "true",
44+
"SKIP_V200": "false"
45+
}
4646
}
4747
}

0 commit comments

Comments
 (0)
Failed to load comments.