File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v4
2525 - name : Build whole Dockerfile
26- run : docker build --target release --tag test-efspjava-image .
26+ run : docker build --progress plain -- target release --tag test-efspjava-image .
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ COPY TylerEcf5 /app/TylerEcf5/
99COPY TylerEfmClient /app/TylerEfmClient/
1010COPY proxyserver/pom.xml proxyserver/enunciate.xml /app/proxyserver/
1111# Install all of the maven packages, so we don't have to every time we change code
12- RUN mvn -f /app/pom.xml -DskipTests clean dependency:resolve dependency:go-offline compile
12+ RUN mvn --no-transfer-progress - f /app/pom.xml -DskipTests clean dependency:resolve dependency:go-offline compile
1313
1414COPY proxyserver /app/proxyserver
15- RUN mvn -f /app/pom.xml -DskipTests package -PnoDockerTests -Dbuild.revision=$CI_COMMIT_SHA && cp /app/proxyserver/target/efspserver-with-deps.jar /app/
15+ RUN mvn --no-transfer-progress - f /app/pom.xml -DskipTests package -PnoDockerTests -Dbuild.revision=$CI_COMMIT_SHA && cp /app/proxyserver/target/efspserver-with-deps.jar /app/
1616COPY config /app/
1717# The `[]` is an optional COPY: doesn't copy if those files aren't there (https://stackoverflow.com/a/46801962/11416267)
1818# They are needed for Tyler API usage
You can’t perform that action at this time.
0 commit comments