update at 2021-01-21 11:46:51 by ehlxr
continuous-integration/drone/push Build is failing Details

master
ehlxr 2021-01-21 11:46:51 +08:00
parent e37a3302d1
commit 239026331e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ steps:
commands:
- mvn clean install -DskipTests -e -U
- cp ./did-server/target/did-server*.jar ./docker
- echo -n "$(date -d @${DRONE_BUILD_CREATED} '+%Y%m%d_%H%M%S')_${DRONE_BUILD_NUMBER}, $(grep "<version>.*</version>" pom.xml | head -1 | awk -F '[>,<]' '{print $3})', latest" > .tags
- echo -n "$(date -d @${DRONE_BUILD_CREATED} '+%Y%m%d_%H%M%S')_${DRONE_BUILD_NUMBER}, $(grep '<version>.*</version>' pom.xml | head -1 | awk -F '[>,<]' '{print $3}'), latest" > .tags
- name: docker
image: plugins/docker