Skip to content
Snippets Groups Projects
Commit 9e6c55a4 authored by Philipp Stadler's avatar Philipp Stadler
Browse files

fix: really omit prepare if no resources folder

parent 83464865
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,11 @@ prepare:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
exists:
- resources
- if: $CI_COMMIT_TAG
- exists:
- resources
exists:
- resources
script:
- to-static-jsonp --fn hd resources/* -o .
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment