Skip to content

Commit

Permalink
added missed binaries required to run ./tools/image-tag script (gra…
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-diachenko authored Feb 27, 2023
1 parent 98421b0 commit bd12f71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .drone/drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,8 @@ local manifest_ecr(apps, archs) = pipeline('manifest-ecr') {
image: 'alpine',
depends_on: ['check-version-is-latest'],
commands: [
'apk add --no-cache bash git',
'git fetch origin --tags',
'RELEASE_TAG=$(./tools/image-tag)',
'echo $PLUGIN_CONFIG_TEMPLATE > %s' % configFileName,
// replace placeholders with RELEASE TAG
Expand Down
4 changes: 3 additions & 1 deletion .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,8 @@ steps:
event:
- tag
- commands:
- apk add --no-cache bash git
- git fetch origin --tags
- RELEASE_TAG=$(./tools/image-tag)
- echo $PLUGIN_CONFIG_TEMPLATE > updater-config.json
- sed -i -E "s/\{\{release\}\}/$RELEASE_TAG/g" updater-config.json
Expand Down Expand Up @@ -1648,6 +1650,6 @@ kind: secret
name: gpg_private_key
---
kind: signature
hmac: de666c125b41d3affaa6db91e0ef93c39bdf35b208cccc87bbf1fbd614380544
hmac: 06ac36350b73d572bde514274c89c07dfe1a5033aa1df817072fbd4f24948f0e

...

0 comments on commit bd12f71

Please sign in to comment.