cdd alias and variable
This commit is contained in:
parent
2a676689f7
commit
6cdf29b627
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
# set var
|
# alias and set var
|
||||||
alias cdd='cd {{ .deploydir }}'
|
alias cdd='cd {{ .deploydir }}'
|
||||||
|
export cdd={{ .deploydir }}
|
||||||
|
|
||||||
# maven
|
# maven
|
||||||
if [ -f "{{ .java_truststore_file }}" ]; then
|
if [ -f "{{ .java_truststore_file }}" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue