only building json on actual changes
This commit is contained in:
parent
fb9a1e05f5
commit
d243623202
@ -20,8 +20,11 @@ before_script:
|
|||||||
build-json-api:
|
build-json-api:
|
||||||
# Literally so expensive that I realy just don't wanna deal with it
|
# Literally so expensive that I realy just don't wanna deal with it
|
||||||
stage: build
|
stage: build
|
||||||
when: manual
|
|
||||||
only: [ "master" ]
|
only:
|
||||||
|
- master
|
||||||
|
changes:
|
||||||
|
- json-api/
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd json-api/
|
- cd json-api/
|
||||||
|
Loading…
Reference in New Issue
Block a user