Makefile: Bump test/common to 230

Closes #385
This commit is contained in:
Sanne Raymaekers 2020-10-28 10:15:32 +01:00 committed by GitHub
parent 29fb8b5c98
commit 3703120a23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,7 @@ bots:
# when you start a new project, use the latest release, and update it from time to time # when you start a new project, use the latest release, and update it from time to time
test/common: test/common:
flock Makefile sh -ec '\ 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 checkout --force FETCH_HEAD -- test/common; \
git reset test/common' git reset test/common'