fix(ci): Switched to non-drone env vars
This commit is contained in:
		| @@ -18,7 +18,7 @@ steps: | ||||
|         from_secret: odit-git-bot-apikey | ||||
|       base_url: https://git.odit.services | ||||
|       files: out/* | ||||
|       title: Release ${DRONE_TAG} | ||||
|       title: Release ${CI_COMMIT_TAG} | ||||
|       checksum: | ||||
|         - md5 | ||||
|         - sha1 | ||||
| @@ -32,7 +32,7 @@ steps: | ||||
|       repositories: | ||||
|       - lfk/scanclient-electron | ||||
|       params: | ||||
|         - "SOURCE_TAG=${DRONE_TAG}" | ||||
|         - "SOURCE_TAG=${CI_COMMIT_TAG}" | ||||
|       token: | ||||
|         from_secret: odit-ci-bot-apikey | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user