Browse Source

update pipeline for container branch

container
parent
commit
4e2c4c2ed2
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      .drone.yml

+ 1
- 2
.drone.yml View File

@@ -41,8 +41,7 @@ steps:
port: 4221
command_timeout: 2m
script:
- docker run -v /root/target/:/usr/local/tomcat/webapps/ -p61002:8080 -d tomcat:9.0

- docker run -v /root/target/:/usr/local/tomcat/webapps/ -p61003:8080 -d tomcat:9.0
trigger:
branch:
- container


Loading…
Cancel
Save