This commit is contained in:
@@ -11,9 +11,6 @@ steps:
|
|||||||
image: node:22
|
image: node:22
|
||||||
commands:
|
commands:
|
||||||
- npm ci
|
- npm ci
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- node_modules
|
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
image: node:22
|
image: node:22
|
||||||
@@ -23,9 +20,6 @@ steps:
|
|||||||
- push
|
- push
|
||||||
commands:
|
commands:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- node_modules
|
|
||||||
|
|
||||||
- name: generate-dungeon
|
- name: generate-dungeon
|
||||||
image: node:22
|
image: node:22
|
||||||
@@ -34,9 +28,6 @@ steps:
|
|||||||
- cron
|
- cron
|
||||||
commands:
|
commands:
|
||||||
- npm start
|
- npm start
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- node_modules
|
|
||||||
|
|
||||||
- name: upload-nextcloud
|
- name: upload-nextcloud
|
||||||
image: curlimages/curl:latest
|
image: curlimages/curl:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user