Browse Source

Merge branch 'master' into lzm_web

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
lzm_web
Linzm 8 months ago
parent
commit
8943b4c721
  1. 4
      .drone.yml

4
.drone.yml

@ -24,7 +24,7 @@ clone:
steps: steps:
- name: yarn build prod - name: yarn build prod
image: node:20.11.1 image: node:22.16.0
volumes: volumes:
- name: data - name: data
path: /data path: /data
@ -48,7 +48,7 @@ steps:
- sruid - sruid
- name: yarn build test - name: yarn build test
image: node:20.11.1 image: node:22.16.0
environment: environment:
HTTP_PROXY: HTTP_PROXY:
from_secret: http_proxy from_secret: http_proxy

Loading…
Cancel
Save