mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Fix CI/CD issues
This commit is contained in:
parent
fcee8e4306
commit
3cd5896a97
@ -11,10 +11,14 @@ build:
|
||||
stage: build
|
||||
script:
|
||||
- mvn $MAVEN_CLI_OPTS clean install
|
||||
tags:
|
||||
- OracleJDK1.8
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
script:
|
||||
- mvn $MAVEN_CLI_OPTS deploy -Dmaven.test.skip=true
|
||||
- mvn $MAVEN_CLI_OPTS deploy
|
||||
only:
|
||||
- master@entgra/product-iots
|
||||
tags:
|
||||
- OracleJDK1.8
|
||||
Loading…
Reference in New Issue
Block a user