Skip to content

Commit

Permalink
Use v1.3 branch in the harvester repo
Browse files Browse the repository at this point in the history
Signed-off-by: Kiefer Chang <[email protected]>
  • Loading branch information
bk201 committed May 22, 2024
1 parent 71fd691 commit f5c947e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd ${TOP_DIR}
harvester_path=../harvester
if [ ! -d ${harvester_path} ];then
echo "No existed harvester source. Pulling..."
git clone --branch master --single-branch --depth 1 https://github.com/harvester/harvester.git ../harvester
git clone --branch v1.3 --single-branch --depth 1 https://github.com/harvester/harvester.git ../harvester
fi

source ${SCRIPTS_DIR}/version-harvester $harvester_path
Expand Down

0 comments on commit f5c947e

Please sign in to comment.