lcr/0008-CI-checkout-branch-of-lxc.patch
openeuler-sync-bot dd2d06b3b3 !276 [sync] PR-273: sync from upstream
* sync from upstream
2023-12-11 14:34:37 +00:00

26 lines
637 B
Diff

From 3ddbf5130eb24e7a2e9f70c3e6c494afa0015e92 Mon Sep 17 00:00:00 2001
From: jikai <jikai11@huawei.com>
Date: Tue, 29 Aug 2023 02:38:14 +0000
Subject: [PATCH 08/20] CI: checkout branch of lxc
Signed-off-by: jikai <jikai11@huawei.com>
---
CI/pr-gateway.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/CI/pr-gateway.sh b/CI/pr-gateway.sh
index 1a15461..6595c77 100755
--- a/CI/pr-gateway.sh
+++ b/CI/pr-gateway.sh
@@ -29,6 +29,7 @@ cd ~
rm -rf lxc
git clone https://gitee.com/src-openeuler/lxc.git
pushd lxc
+git checkout origin/openEuler-22.03-LTS-SP1
rm -rf lxc-4.0.3
./apply-patches || exit 1
pushd lxc-4.0.3
--
2.33.0