From 3ddbf5130eb24e7a2e9f70c3e6c494afa0015e92 Mon Sep 17 00:00:00 2001 From: jikai Date: Tue, 29 Aug 2023 02:38:14 +0000 Subject: [PATCH 08/11] CI: checkout branch of lxc Signed-off-by: jikai --- 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