Trigger sdkman env on CD
This commit is contained in:
parent
0ebb430b64
commit
7ec351011d
1 changed files with 9 additions and 0 deletions
|
@ -63,6 +63,15 @@ function mbump
|
|||
end
|
||||
abbr -a d python3 ~/.local/bin/deploy.py
|
||||
|
||||
# sdkman
|
||||
if test -f "$__fish_sdkman_init"
|
||||
function sdk_autoenv --on-variable PWD
|
||||
if test -f ".sdkmanrc"
|
||||
sdk env
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
# node
|
||||
if test -e "{{ .extra_ca_cert }}"
|
||||
set -x NODE_EXTRA_CA_CERTS {{ .extra_ca_cert }}
|
||||
|
|
Loading…
Add table
Reference in a new issue