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

fix: prepare exists check

parent 9e6c55a4
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,10 @@ prepare:
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
exists:
- resources
- resources/*
- if: $CI_COMMIT_TAG
exists:
- resources
- 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