fix(CI): 测试CI变量注入使用方式
continuous-integration/drone/push Build is passing Details

develop
Yosheng 2023-10-06 15:40:54 +08:00
parent c099e90c94
commit cddaa86ff2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ steps:
password: dronepw
command_timeout: 2m
script:
- echo $Connection
- echo $${Connection}
- docker pull 192.168.31.104:8082/tiamo/user-point-management
- docker image prune -f
- docker stop user-point-management