Skip to content

Commit d4bc1c5

Browse files
committed
build: add build args for the build banner
1 parent 7de2a6a commit d4bc1c5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.drone.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ steps:
1919
[
2020
CONTRIBUTIONS_API_URL=https://contributions.api.dev.josa.ngo,
2121
MATOMO_SITE_ID=11,
22+
TARGET_ENV=development
23+
]
24+
build_args_from_env:
25+
[
26+
DRONE_BUILD_NUMBER,
27+
DRONE_BUILD_LINK,
28+
DRONE_COMMIT_SHA,
29+
DRONE_COMMIT_LINK,
30+
DRONE_REPO_LINK,
31+
DRONE_BUILD_FINISHED,
2232
]
2333
tags:
2434
- ${DRONE_COMMIT_SHA}

0 commit comments

Comments
 (0)