fix(CI): 测试CI变量注入使用方式
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c099e90c94
commit
cddaa86ff2
|
|
@ -38,7 +38,7 @@ steps:
|
||||||
password: dronepw
|
password: dronepw
|
||||||
command_timeout: 2m
|
command_timeout: 2m
|
||||||
script:
|
script:
|
||||||
- echo $Connection
|
- echo $${Connection}
|
||||||
- docker pull 192.168.31.104:8082/tiamo/user-point-management
|
- docker pull 192.168.31.104:8082/tiamo/user-point-management
|
||||||
- docker image prune -f
|
- docker image prune -f
|
||||||
- docker stop user-point-management
|
- docker stop user-point-management
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue