Use current core master commit id for API tests
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
def main(ctx):
|
def main(ctx):
|
||||||
before = [
|
before = [
|
||||||
testing(ctx),
|
testing(ctx),
|
||||||
apiTests(ctx, 'master', '158bd976047ea8abd137e2c61905d9dd63dc977d'),
|
apiTests(ctx, 'master', 'e2b0a01a8807f549cbd1a42c7bd35f8cfc224ef7'),
|
||||||
]
|
]
|
||||||
|
|
||||||
stages = [
|
stages = [
|
||||||
|
|||||||
Reference in New Issue
Block a user