WIP - get experimental test/common

This commit is contained in:
Marius Vollmer 2021-03-05 14:39:25 +02:00
parent a26f4048c2
commit 90a5cf4f88

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 239; \ 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'