Skip to content

Commit 56bd44f

Browse files
authored
Merge pull request #1739 from pmienk/master
Regenerate artifacts.
2 parents 751476e + db05fa3 commit 56bd44f

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

install-cmake.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -628,8 +628,6 @@ clone_from_github()
628628

629629
create_from_github()
630630
{
631-
push_directory "$BUILD_SRC_DIR"
632-
633631
local ACCOUNT=$1
634632
local REPO=$2
635633
local BRANCH=$3
@@ -656,8 +654,6 @@ create_from_github()
656654
display_message "Cloning $FORK/$BRANCH..."
657655
clone_from_github "$FORK" "$BRANCH"
658656
fi
659-
660-
pop_directory
661657
}
662658

663659
# Standard build from github.

install-cmakepresets.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,6 @@ clone_from_github()
668668

669669
create_from_github()
670670
{
671-
push_directory "$BUILD_SRC_DIR"
672-
673671
local ACCOUNT=$1
674672
local REPO=$2
675673
local BRANCH=$3
@@ -696,8 +694,6 @@ create_from_github()
696694
display_message "Cloning $FORK/$BRANCH..."
697695
clone_from_github "$FORK" "$BRANCH"
698696
fi
699-
700-
pop_directory
701697
}
702698

703699
# Standard build from github.

install.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,6 @@ clone_from_github()
571571

572572
create_from_github()
573573
{
574-
push_directory "$BUILD_SRC_DIR"
575-
576574
local ACCOUNT=$1
577575
local REPO=$2
578576
local BRANCH=$3
@@ -599,8 +597,6 @@ create_from_github()
599597
display_message "Cloning $FORK/$BRANCH..."
600598
clone_from_github "$FORK" "$BRANCH"
601599
fi
602-
603-
pop_directory
604600
}
605601

606602
# Standard build from github.

0 commit comments

Comments
 (0)