update at 2021-01-21 11:46:51 by ehlxr
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e37a3302d1
commit
239026331e
@ -11,7 +11,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- mvn clean install -DskipTests -e -U
|
- mvn clean install -DskipTests -e -U
|
||||||
- cp ./did-server/target/did-server*.jar ./docker
|
- 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
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
Loading…
Reference in New Issue
Block a user