Commit f788dce5 by Administrator

Update .gitlab-ci.yml

parent e4c3c7b0
Pipeline #14 canceled with stage
sonar_preview:
stage: test
job_build:
stage: build
script:
- ci/sonar_preview.sh
except:
- master
tags:
- hz
auto_test:
stage: test
script: ci/auto_test.sh
except:
- master
tags:
- hz
sonar_analyze:
stage: test
script:
- ci/sonar_analyze.sh
only:
- master
tags:
- hz
\ No newline at end of file
- mvn clean install
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment