Merge pull request #1746 from flatcar-linux/krnowak/emerge-gitclone-pr-fix

coreos-base/emerge-gitclone: Pull PRs properly
This commit is contained in:
Krzesimir Nowak 2022-03-22 19:47:43 +01:00 committed by GitHub
commit 090680dc6d
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_LOCALDIR="src/platform"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="e3cc627a3d2ef3433fa15f18cb1fdfeb72857541" # flatcar-master
CROS_WORKON_COMMIT="1854226f7c06a261e577a5761b6a0b7ccec085e7" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi