fix(ci): just use CI to lint
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
276750100e
commit
df0a95df19
1 changed files with 13 additions and 13 deletions
26
.drone.yml
26
.drone.yml
|
@ -17,19 +17,19 @@ steps:
|
||||||
image: node-pnpm:16-alpine
|
image: node-pnpm:16-alpine
|
||||||
commands:
|
commands:
|
||||||
- pnpm lint
|
- pnpm lint
|
||||||
- name: Build site
|
# - name: Build site
|
||||||
image: node-pnpm:16-alpine
|
# image: node-pnpm:16-alpine
|
||||||
commands:
|
# commands:
|
||||||
- pnpm build
|
# - pnpm build
|
||||||
- name: Create bundle
|
# - name: Create bundle
|
||||||
image: alpine
|
# image: alpine
|
||||||
commands:
|
# commands:
|
||||||
- scripts/build-release.sh
|
# - scripts/build-release.sh
|
||||||
- name: Push bundle
|
# - name: Push bundle
|
||||||
image: alpine
|
# image: alpine
|
||||||
commands:
|
# commands:
|
||||||
- apk add curl ca-certificates
|
# - 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'
|
# - '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:
|
trigger:
|
||||||
event: [push]
|
event: [push]
|
||||||
|
|
Loading…
Reference in a new issue