print app version

This commit is contained in:
Aleksandr Trushkin
2021-01-11 01:03:53 +03:00
parent d19ea39f08
commit d5681018dd
6 changed files with 76 additions and 8 deletions

View File

@ -47,6 +47,8 @@ steps:
environment:
APP_NAME: altherego
CARGO_TARGET_DIR: /cache/target
GIT_BRANCH: ${DRONE_COMMIT_BRANCH}
GIT_REVISION: ${DRONE_COMMIT:0:8}
volumes:
- name: cargo
path: /usr/local/cargo
@ -91,6 +93,6 @@ volumes:
---
kind: signature
hmac: 9636ad34a72c9a41ad90c91729e8b711579563345ae485a4ea2ee40eb3ff46e4
hmac: a942d89af2c38916d55ebe377709febf08145ce8e08a2b585dda8a1c251eaca0
...