Skip to content

Commit

Permalink
Fix maven docker name for pages job. Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
niio972 committed Mar 25, 2024
1 parent 3bbf00e commit 6acd592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ update:nightly:builds:branch:
- echo "with_java $JAVA_VERSION and maven $MVN_VERSION with latest version of OpenSILEX/opensilex-dev"
- apt-get update && apt-get install -y git
stage: build
image: maven:$MVN_VERSION-eclipse-temurin-$JAVA_VERSION-slim
image: maven:$MVN_VERSION-openjdk-$JAVA_VERSION-slim
script:
- mvn clean install $MAVEN_OPTS -Drevision=$OPENSILEX_APP_REVISION
- ls $OPENSILEX_BUILD_PATH/opensilex-release-$OPENSILEX_APP_REVISION
Expand Down

0 comments on commit 6acd592

Please sign in to comment.