Skip to content

Commit 8d9ffb8

Browse files
committed
Regenerate artifacts.
1 parent 48d9476 commit 8d9ffb8

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

639639
create_from_github()
640640
{
641-
push_directory "$BUILD_SRC_DIR"
642-
643641
local ACCOUNT=$1
644642
local REPO=$2
645643
local BRANCH=$3
@@ -666,8 +664,6 @@ create_from_github()
666664
display_message "Cloning $FORK/$BRANCH..."
667665
clone_from_github "$FORK" "$BRANCH"
668666
fi
669-
670-
pop_directory
671667
}
672668

673669
# Standard build from github.

install-cmakepresets.sh

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

675675
create_from_github()
676676
{
677-
push_directory "$BUILD_SRC_DIR"
678-
679677
local ACCOUNT=$1
680678
local REPO=$2
681679
local BRANCH=$3
@@ -702,8 +700,6 @@ create_from_github()
702700
display_message "Cloning $FORK/$BRANCH..."
703701
clone_from_github "$FORK" "$BRANCH"
704702
fi
705-
706-
pop_directory
707703
}
708704

709705
# Standard build from github.

install.sh

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

582582
create_from_github()
583583
{
584-
push_directory "$BUILD_SRC_DIR"
585-
586584
local ACCOUNT=$1
587585
local REPO=$2
588586
local BRANCH=$3
@@ -609,8 +607,6 @@ create_from_github()
609607
display_message "Cloning $FORK/$BRANCH..."
610608
clone_from_github "$FORK" "$BRANCH"
611609
fi
612-
613-
pop_directory
614610
}
615611

616612
# Standard build from github.

0 commit comments

Comments
 (0)