Use current core master commit id for API tests

This commit is contained in:
Phil Davis
2020-06-18 21:27:26 +05:45
committed by Vincent Petry
parent db1e77ea98
commit d2c45f96dc

View File

@@ -1,7 +1,7 @@
def main(ctx):
before = [
testing(ctx),
apiTests(ctx, 'master', '158bd976047ea8abd137e2c61905d9dd63dc977d'),
apiTests(ctx, 'master', 'e2b0a01a8807f549cbd1a42c7bd35f8cfc224ef7'),
]
stages = [