Skip to content

Commit

Permalink
Merge pull request #3920 from neos/task/optimize-update-neos-ui-compi…
Browse files Browse the repository at this point in the history
…led-cloning

TASK: Optimize cloning in update-neos-ui-compiled.sh
  • Loading branch information
kdambekalns authored Feb 12, 2025
2 parents 565ce9f + 46a4f5b commit 7c8c3b2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Build/Jenkins/update-neos-ui-compiled.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ make clean && make setup
NEOS_UI_VERSION="${GIT_TAG:-${GIT_BRANCH#*/}-dev}" make build-production

rm -Rf tmp_compiled_pkg
git clone [email protected]:neos/neos-ui-compiled.git tmp_compiled_pkg
cd tmp_compiled_pkg
git checkout "$GIT_BRANCH"
cd ..

git clone --depth 1 [email protected]:neos/neos-ui-compiled.git --single-branch --branch=${GIT_BRANCH} tmp_compiled_pkg

mkdir -p tmp_compiled_pkg/Resources/Public/Build

Expand Down

0 comments on commit 7c8c3b2

Please sign in to comment.