Skip to content

Commit c2bf258

Browse files
authored
Merge pull request #681 from pmienk/master
Regenerate artifacts.
2 parents 8c0c4c6 + a3e10b3 commit c2bf258

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
@@ -629,8 +629,6 @@ clone_from_github()
629629

630630
create_from_github()
631631
{
632-
push_directory "$BUILD_SRC_DIR"
633-
634632
local ACCOUNT=$1
635633
local REPO=$2
636634
local BRANCH=$3
@@ -657,8 +655,6 @@ create_from_github()
657655
display_message "Cloning $FORK/$BRANCH..."
658656
clone_from_github "$FORK" "$BRANCH"
659657
fi
660-
661-
pop_directory
662658
}
663659

664660
# Standard build from github.

install-cmakepresets.sh

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

666666
create_from_github()
667667
{
668-
push_directory "$BUILD_SRC_DIR"
669-
670668
local ACCOUNT=$1
671669
local REPO=$2
672670
local BRANCH=$3
@@ -693,8 +691,6 @@ create_from_github()
693691
display_message "Cloning $FORK/$BRANCH..."
694692
clone_from_github "$FORK" "$BRANCH"
695693
fi
696-
697-
pop_directory
698694
}
699695

700696
# Standard build from github.

install.sh

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

573573
create_from_github()
574574
{
575-
push_directory "$BUILD_SRC_DIR"
576-
577575
local ACCOUNT=$1
578576
local REPO=$2
579577
local BRANCH=$3
@@ -600,8 +598,6 @@ create_from_github()
600598
display_message "Cloning $FORK/$BRANCH..."
601599
clone_from_github "$FORK" "$BRANCH"
602600
fi
603-
604-
pop_directory
605601
}
606602

607603
# Standard build from github.

0 commit comments

Comments
 (0)