We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VERSION
1 parent 761ec12 commit 173755fCopy full SHA for 173755f
taskfile.yaml
@@ -167,6 +167,7 @@ tasks:
167
- |-
168
cd "{{.OUTPUT_DIR}}/var/www/webui"
169
PATH="{{.G_NODEJS_22_BIN_DIR}}":$PATH npm ci --omit=dev
170
+ - "echo '{{.G_PACKAGE_VERSION}}' > '{{.OUTPUT_DIR}}/VERSION'"
171
# This command must be last
172
- task: "utils:checksum:compute"
173
vars:
0 commit comments