Update CI YAML

This commit is contained in:
ceikry 2022-07-02 13:57:32 -05:00
parent c8f02386af
commit e01b504281

View file

@ -22,7 +22,7 @@ before_script:
build:
stage: build
script: gradle --build-cache assemble
script: ./gradlew --build-cache assemble
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
@ -33,6 +33,6 @@ build:
deploy:
image: gradle:6.5-jdk11
script:
- 'gradle publish'
- './gradlew publish'
only:
- main