mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-05 17:38:06 +08:00
![]() This commit fixes the missing pieces in our Maven Central publication pipeline. Our first attempt at releasing with it showed a few problems: * The promote task did not have the artifacts downloaded with the artifactory repository. * We applied the wrong Sonatype credentials to the task. * The github changelog task would fail because of docker rate limiting since we were not using the right type of resource, which is configured with the proper caching mechanism. See gh-1199 |
||
---|---|---|
.. | ||
ci-image | ||
ci-image-jdk11 | ||
ci-image-jdk15 | ||
get-jdk-url.sh | ||
README.adoc | ||
setup.sh |
== CI Images These images are used by CI to run the actual builds. To build the image locally run the following from this directory: ---- $ docker build --no-cache -f <image-folder>/Dockerfile . ---- For example ---- $ docker build --no-cache -f ci-image/Dockerfile . ---- To test run: ---- $ docker run -it --entrypoint /bin/bash <SHA> ✈ ----