Bump cockpit test API to 202

This commit is contained in:
Martin Pitt 2019-09-11 08:39:23 +02:00 committed by Martin Pitt
parent e7fc85c1b0
commit 25b970ec6b

View file

@ -143,7 +143,7 @@ bots:
# checkout Cockpit's test API; this has no API stability guarantee, so check out a stable tag # checkout Cockpit's test API; this has no API stability guarantee, so check out a stable tag
# when you start a new project, use the latest relese, and update it from time to time # when you start a new project, use the latest relese, and update it from time to time
test/common: test/common:
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 195 git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 202
git checkout --force FETCH_HEAD -- test/common git checkout --force FETCH_HEAD -- test/common
git reset test/common git reset test/common