mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
refactor: add isDocker
and isFlake
to the
...Configuration DTO
This commit is contained in:
parent
ebc4d899b2
commit
baaf3bf16b
6 changed files with 18 additions and 30 deletions
|
@ -5,9 +5,6 @@
|
|||
set -o errexit
|
||||
set -o pipefail
|
||||
|
||||
{% set isDocker = flake is not defined %}
|
||||
{% set isFlake = flake is defined %}
|
||||
|
||||
PATH="$PATH:./node_modules/.bin"
|
||||
|
||||
{% if isDocker %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue