XXX - get experimental test/common

Once #15479 is merged and released, we can go back to a tag, of
course.
This commit is contained in:
Marius Vollmer 2021-04-19 13:06:08 +03:00
parent 180a48caaa
commit 5148a7ae84

View file

@ -147,7 +147,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 242; \ git fetch --depth=1 https://github.com/cockpit-project/cockpit.git pull/15479/head; \
git checkout --force FETCH_HEAD -- test/common; \ git checkout --force FETCH_HEAD -- test/common; \
git reset test/common' git reset test/common'