update pipeline to point to proper version of eos

This commit is contained in:
Bucky Kittinger
2020-02-11 15:25:46 -05:00
parent 0d9a056c54
commit c87a6d49ae
+2 -2
View File
@@ -4,7 +4,7 @@
"pipeline-branch": "master", "pipeline-branch": "master",
"dependencies": // dependencies to pull for cdt integration tests, by branch, tag, or commit hash "dependencies": // dependencies to pull for cdt integration tests, by branch, tag, or commit hash
{ {
"eosio": "release/1.7.x" "eosio": "develop"
} }
} }
} }