Skip to content

Commit

Permalink
Merge pull request #220 from axonivy/raise-output
Browse files Browse the repository at this point in the history
shorter engine dl-output
  • Loading branch information
ivy-rew authored Jan 10, 2025
2 parents c5564a8 + 907a89d commit eb92ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/raise-ivy-projects-version/raise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ source "${DIR}/../raiseRepo.sh"

downloadEngine(){
if ! [ -d "${workDir}/engine" ]; then
wget -P "${workDir}" "${engineUrl}"
wget -P "${workDir}" --progress=bar:force:noscroll "${engineUrl}"
zipped=$(find "${workDir}" -maxdepth 1 -name "*.zip")
unzip -qq "${zipped}" -d "${workDir}/engine"
rm "${zipped}"
Expand Down

0 comments on commit eb92ced

Please sign in to comment.