Skip to content

Commit 9f4e929

Browse files
authored
Merge pull request #871 from pmienk/master
Regenerate artifacts.
2 parents 35fd48d + feba63d commit 9f4e929

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

632632
create_from_github()
633633
{
634-
push_directory "$BUILD_SRC_DIR"
635-
636634
local ACCOUNT=$1
637635
local REPO=$2
638636
local BRANCH=$3
@@ -659,8 +657,6 @@ create_from_github()
659657
display_message "Cloning $FORK/$BRANCH..."
660658
clone_from_github "$FORK" "$BRANCH"
661659
fi
662-
663-
pop_directory
664660
}
665661

666662
# Standard build from github.

install-cmakepresets.sh

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

672672
create_from_github()
673673
{
674-
push_directory "$BUILD_SRC_DIR"
675-
676674
local ACCOUNT=$1
677675
local REPO=$2
678676
local BRANCH=$3
@@ -699,8 +697,6 @@ create_from_github()
699697
display_message "Cloning $FORK/$BRANCH..."
700698
clone_from_github "$FORK" "$BRANCH"
701699
fi
702-
703-
pop_directory
704700
}
705701

706702
# Standard build from github.

install.sh

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

575575
create_from_github()
576576
{
577-
push_directory "$BUILD_SRC_DIR"
578-
579577
local ACCOUNT=$1
580578
local REPO=$2
581579
local BRANCH=$3
@@ -602,8 +600,6 @@ create_from_github()
602600
display_message "Cloning $FORK/$BRANCH..."
603601
clone_from_github "$FORK" "$BRANCH"
604602
fi
605-
606-
pop_directory
607603
}
608604

609605
# Standard build from github.

0 commit comments

Comments
 (0)