Skip to content

Commit

Permalink
build: read vars from env
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Nov 28, 2024
1 parent 9b13e2c commit df7ca48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
version: '3'

vars:
OUT_DIR: dist
OUT_FILE: jctp
OUT_DIR: "{{ env \"OUT_DIR\" | default \"dist\" }}"
OUT_FILE: "{{ env \"OUT_FILE\" | default \"jctp\" }}"

tasks:
build:
Expand Down

0 comments on commit df7ca48

Please sign in to comment.