Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Jul 19, 2023
1 parent b46006f commit 2a72f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/release/build-src/generateAndUploadJars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ popd
executeCmd "ls -las dist/dotserver/tomcat-9.0.60/webapps/ROOT/WEB-INF/lib/dotcms_*.jar"
dotcms_lib_dir=dotCMS/build/libs
dotcms_jar_path=${dotcms_lib_dir}/${dotcms_jar}
jar_file=${dotcms_jar_path}_${github_sha::7}.jar
jar_file=${dotcms_jar_path}_${BUILD_HASH}.jar
executeCmd "ls -las ${dotcms_lib_dir}/dotcms_*.jar"
executeCmd "mv ${jar_file} ${dotcms_jar_path}.jar"
executeCmd "ls -las ${dotcms_lib_dir}/dotcms_*.jar"
Expand Down

0 comments on commit 2a72f23

Please sign in to comment.