mirror of
https://github.com/shred/acme4j.git
synced 2025-12-13 11:14:02 +08:00
Always rebuild docker image on CI. Fail if IT fails.
This commit is contained in:
@@ -11,7 +11,8 @@ test:
|
||||
- maven
|
||||
- docker
|
||||
script:
|
||||
- mvn -B -P ci org.jacoco:jacoco-maven-plugin:prepare-agent verify -Dmaven.test.failure.ignore=true
|
||||
- (cd acme4j-it; mvn -B docker:remove)
|
||||
- mvn -B -P ci org.jacoco:jacoco-maven-plugin:prepare-agent verify
|
||||
- mvn -B sonar:sonar -Dsonar.gitlab.commit_sha=$CI_BUILD_REF -Dsonar.gitlab.ref_name=$CI_BUILD_REF_NAME
|
||||
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user