Makefile: Bump test/common to 230

This commit is contained in:
Sanne Raymaekers 2020-10-23 15:56:11 +02:00
parent 29fb8b5c98
commit 5f685f927f

View file

@ -154,7 +154,7 @@ bots:
# when you start a new project, use the latest release, and update it from time to time
test/common:
flock Makefile sh -ec '\
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 228; \
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 230; \
git checkout --force FETCH_HEAD -- test/common; \
git reset test/common'