Skip to content

Commit

Permalink
test: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yaojin3616 committed Jun 27, 2024
1 parent c4b6dae commit 33d5718
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
image: plugins/docker
privileged: true
volumes: # 将容器内目录挂载到宿主机,仓库需要开启Trusted设置
- name: apt-cache
path: /var/cache/apt/archives # 将应用打包好的Jar和执行脚本挂载出来
# - name: apt-cache
# path: /var/cache/apt/archives # 将应用打包好的Jar和执行脚本挂载出来
- name: socket
path: /var/run/docker.sock
settings:
Expand All @@ -86,6 +86,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
from_secret: NEXUS_USER
password:
from_secret: NEXUS_PASSWORD

- name: build_docker_frontend
pull: if-not-exists
image: plugins/docker
Expand Down

0 comments on commit 33d5718

Please sign in to comment.