ci: use same node image to skip dependency install.

This commit is contained in:
Jixun 2022-11-27 00:45:15 +00:00
parent 26e50473f2
commit 70c78772ec
1 changed files with 1 additions and 2 deletions

View File

@ -21,11 +21,10 @@ steps:
- ./scripts/build-and-package.sh modern
- name: upload artifact
image: debian:bullseye-20221114
image: node:16.18-bullseye
environment:
DRONE_GITEA_SERVER: https://git.unlock-music.dev
GITEA_API_KEY:
from_secret: GITEA_API_KEY
commands:
- apt-get update && apt-get install -y curl git
- ./scripts/upload-packages.sh