Skip to content

Instantly share code, notes, and snippets.

@timwiel
timwiel / .gitlab-ci.yml
Last active August 22, 2024 10:21
Gitlab CI Pipeline config for generating a generic package from a npm build of a wordpress-plugin
stages:
- build
- upload
- release
build:
stage: build
rules: