Skip to content

Instantly share code, notes, and snippets.

@timwiel
timwiel / .gitlab-ci.yml
Last active February 1, 2024 21:05
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: