fix(ci): just use CI to lint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ashhhleyyy 2022-07-25 20:14:46 +01:00
parent 276750100e
commit df0a95df19
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -17,19 +17,19 @@ steps:
image: node-pnpm:16-alpine
commands:
- pnpm lint
- name: Build site
image: node-pnpm:16-alpine
commands:
- pnpm build
- name: Create bundle
image: alpine
commands:
- scripts/build-release.sh
- name: Push bundle
image: alpine
commands:
- apk add curl ca-certificates
- 'curl --fail --upload-file @comicbox.tar.gz --user robot:$ROBOT_TOKEN https://git.ashhhleyyy.dev/api/packages/robot/generic/comicbox/0.1.0+git.${DRONE_COMMIT_SHA:0:8}/comicbox.tar.gz'
# - name: Build site
# image: node-pnpm:16-alpine
# commands:
# - pnpm build
# - name: Create bundle
# image: alpine
# commands:
# - scripts/build-release.sh
# - name: Push bundle
# image: alpine
# commands:
# - apk add curl ca-certificates
# - 'curl --fail --upload-file @comicbox.tar.gz --user robot:$ROBOT_TOKEN https://git.ashhhleyyy.dev/api/packages/robot/generic/comicbox/0.1.0+git.${DRONE_COMMIT_SHA:0:8}/comicbox.tar.gz'
trigger:
event: [push]