Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Nov 25, 2023
1 parent 589c4a0 commit 33fe34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/build-schematics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ copyFiles() {
cloneScaffold() {
if [[ ! -d ng-alain ]]; then
echo ">>> Not found scaffold source files, must be clone ng-alain ..."
git clone --depth 1 https://github.com/ng-alain/ng-alain.git -b feat-config
git clone --depth 1 https://github.com/ng-alain/ng-alain.git
echo ">>> removed .git"
rm -rf ng-alain/.git
else
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DIST="$(pwd)/dist"
cloneScaffold() {
if [[ ! -d ng-alain ]]; then
echo ">>> Not found scaffold source files, must be clone ng-alain ..."
git clone --depth 1 https://github.com/ng-alain/ng-alain.git -b feat-config
git clone --depth 1 https://github.com/ng-alain/ng-alain.git
else
echo ">>> Found scaffold source files"
fi
Expand Down

0 comments on commit 33fe34e

Please sign in to comment.