Skip to content

Commit

Permalink
Use v1.2 branch from the harvester/harvester repo
Browse files Browse the repository at this point in the history
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
  • Loading branch information
bk201 committed Jun 5, 2023
1 parent 2b540f8 commit e52fd93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2 --single-branch --depth 1 https://github.com/harvester/harvester.git ../harvester
fi

source ${SCRIPTS_DIR}/version-harvester $harvester_path
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-bundle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mkdir -p ${RANCHERD_IMAGES_DIR}
harvester_path=../harvester
if [ ! -d ${harvester_path} ];then
echo "No existed harvester source. Pulling into /tmp/harvester"
git clone --branch master --single-branch --depth 1 https://github.com/harvester/harvester.git /tmp/harvester
git clone --branch v1.2 --single-branch --depth 1 https://github.com/harvester/harvester.git /tmp/harvester
harvester_path=/tmp/harvester
fi

Expand Down

0 comments on commit e52fd93

Please sign in to comment.