mirror of
https://gitlab.com/2009scape/tools/rs09-constants-library.git
synced 2026-08-01 14:39:15 -06:00
Update CI YAML
This commit is contained in:
parent
c8f02386af
commit
e01b504281
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue