gradlew cli agrs

This commit is contained in:
Bossanyi Tibor 2020-05-06 22:08:31 +02:00
parent 64e776ed78
commit e574bb61fd

View File

@ -29,7 +29,7 @@ build:
test:
stage: test
script:
- ./gradlew check --args='--spring.profiles.active=deploy'
- ./gradlew check -Pargs='spring.profiles.active=deploy'
deploy:
stage: deploy