Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dotcmsbuild committed Mar 1, 2021
1 parent 60bbfb6 commit 1bf7174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/dotcms/build-src/build_dotcms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build_by_commit() {
git checkout ${1}
fi

cd dotCMS && ./gradlew clonePullTomcatDist createDistPrep -PuseGradleNode=false
cd dotCMS && ./gradlew --stacktrace clonePullTomcatDist createDistPrep -PuseGradleNode=false
find ../dist/ -name "*.sh" -exec chmod 500 {} \;
mv ../dist/* "${build_target_dir}"
}
Expand Down

0 comments on commit 1bf7174

Please sign in to comment.