Update automate.sh
parent
3663ee49f2
commit
6d306e29ed
|
@ -3,6 +3,8 @@ set -e
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
shopt -s nullglob # if no files match glob, assume empty list instead of string literal
|
shopt -s nullglob # if no files match glob, assume empty list instead of string literal
|
||||||
|
|
||||||
|
pwd
|
||||||
|
|
||||||
## PACKAGE TO BUILD
|
## PACKAGE TO BUILD
|
||||||
Package=github.com/mholt/caddy
|
Package=github.com/mholt/caddy
|
||||||
Extension=github.com/hacdias/caddy-hugo
|
Extension=github.com/hacdias/caddy-hugo
|
||||||
|
|
Loading…
Reference in New Issue