Skip to content
Snippets Groups Projects

All the latest updates from Renovate

Merged Tor-Einar Skog requested to merge renovate-updates into main
4 files
+ 218
124
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 3
2
image: openjdk:11-jdk
image: eclipse-temurin:17.0.9_9-jdk-jammy
stages:
- build
- test
@@ -15,7 +15,7 @@ variables:
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository -Dmaven.artifact.threads=10"
MAIN_BRANCH: "main"
RELEASE_BRANCH: "release"
CLI_PATH: "/disks/data01/wildfly/wildfly-25.0.1.Final/bin"
CLI_PATH: "/disks/data01/wildfly/wildfly-26.1.3.Final/bin"
TMP_PATH: "/home/deployer/gitlab_tmp"
DEPLOYMENT_PATH: "/home/wildfly/deployments"
ARCHIVE_PATH: "/home/wildfly/archive"
@@ -25,6 +25,7 @@ cache:
- .m2/repository/
before_script:
- apt-get update && apt-get install -y git
- git config --global user.name "${GITLAB_USER_NAME}"
- git config --global user.email "${GITLAB_USER_EMAIL}"
- echo "Get common settings"
Loading