Test adding woodpecker plugin 2.

This commit is contained in:
Dessalines 2023-03-28 09:46:50 -04:00
parent 59f3d078e7
commit 2e117c9c68

View file

@ -5,20 +5,20 @@ pipeline:
- git submodule init - git submodule init
- git submodule update --recursive - git submodule update --recursive
# yarn: yarn:
# image: node:14-alpine image: node:14-alpine
# commands: commands:
# - yarn - yarn
# yarn_lint: yarn_lint:
# image: node:14-alpine image: node:14-alpine
# commands: commands:
# - yarn lint - yarn lint
# yarn_build_dev: yarn_build_dev:
# image: node:14-alpine image: node:14-alpine
# commands: commands:
# - yarn build:dev - yarn build:dev
nightly_instance_crawl: nightly_instance_crawl:
image: node:14-alpine image: node:14-alpine