From df0a95df19e6cfd09fdfe69e955a3dbced0da7d9 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Mon, 25 Jul 2022 20:14:46 +0100 Subject: [PATCH] fix(ci): just use CI to lint --- .drone.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 40b8c89..fb063d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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]