Skip to content

Commit 7e65765

Browse files
authored
Merge pull request #582 from pmienk/master
Regenerate artifacts.
2 parents f8a5a50 + 48b4626 commit 7e65765

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

643643
create_from_github()
644644
{
645-
push_directory "$BUILD_SRC_DIR"
646-
647645
local ACCOUNT=$1
648646
local REPO=$2
649647
local BRANCH=$3
@@ -670,8 +668,6 @@ create_from_github()
670668
display_message "Cloning $FORK/$BRANCH..."
671669
clone_from_github "$FORK" "$BRANCH"
672670
fi
673-
674-
pop_directory
675671
}
676672

677673
# Standard build from github.

install-cmakepresets.sh

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

687687
create_from_github()
688688
{
689-
push_directory "$BUILD_SRC_DIR"
690-
691689
local ACCOUNT=$1
692690
local REPO=$2
693691
local BRANCH=$3
@@ -714,8 +712,6 @@ create_from_github()
714712
display_message "Cloning $FORK/$BRANCH..."
715713
clone_from_github "$FORK" "$BRANCH"
716714
fi
717-
718-
pop_directory
719715
}
720716

721717
# Standard build from github.

install.sh

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

586586
create_from_github()
587587
{
588-
push_directory "$BUILD_SRC_DIR"
589-
590588
local ACCOUNT=$1
591589
local REPO=$2
592590
local BRANCH=$3
@@ -613,8 +611,6 @@ create_from_github()
613611
display_message "Cloning $FORK/$BRANCH..."
614612
clone_from_github "$FORK" "$BRANCH"
615613
fi
616-
617-
pop_directory
618614
}
619615

620616
# Standard build from github.

0 commit comments

Comments
 (0)