Skip to content

Commit

Permalink
Taskfile: Remove container OS name and version from built package nam…
Browse files Browse the repository at this point in the history
…e. (#497)
  • Loading branch information
kirkrodrigues authored Jul 28, 2024
1 parent 2c99375 commit c2ded71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,7 @@ tasks:
internal: true
vars:
VERSIONED_PACKAGE_NAME:
sh: |
source /etc/os-release
echo "clp-{{.FLAVOUR}}-${ID}-${VERSION_CODENAME}-$(arch)-v{{.G_PACKAGE_VERSION}}"
sh: "echo clp-{{.FLAVOUR}}-$(arch)-v{{.G_PACKAGE_VERSION}}"
OUTPUT_DIR: "{{.G_BUILD_DIR}}/{{.VERSIONED_PACKAGE_NAME}}"
OUTPUT_FILE: "{{.OUTPUT_DIR}}.tar.gz"
requires:
Expand Down

0 comments on commit c2ded71

Please sign in to comment.