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

chore: add prepare stage for jsonp

parent 58a3e1d2
No related branches found
No related tags found
No related merge requests found
image: durcheinander/pack-build:1.1.0 image: durcheinander/pack-build:1.1.0
stages: stages:
- prepare
- build - build
- release - release
prepare:
stage: prepare
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_TAG
- exists:
- resources
script:
- to-static-jsonp --fn hd resources/* -o .
artifacts:
paths:
- '*.js'
build: build:
image: durcheinander/export-apkgs:2.0.0 image: durcheinander/export-apkgs:2.0.0
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment