Modify the order of the flags
This commit is contained in:
parent
f068ad3c32
commit
351fe32f8a
|
@ -12,7 +12,7 @@ steps:
|
|||
- name: hugo
|
||||
image: cibuilds/hugo:0.64.1
|
||||
commands:
|
||||
- hugo -e production -v -s --cacheDir /tmp .
|
||||
- hugo --cacheDir /tmp -e staging -v -s .
|
||||
|
||||
- name: Compress-the-Assets
|
||||
image: cibuilds/hugo:0.64.1
|
||||
|
@ -66,7 +66,7 @@ steps:
|
|||
- name: hugo
|
||||
image: cibuilds/hugo:0.64.1
|
||||
commands:
|
||||
- hugo -e staging -v -s --cacheDir /tmp .
|
||||
- hugo --cacheDir /tmp -e staging -v -s .
|
||||
|
||||
- name: Compress-the-Assets
|
||||
image: cibuilds/hugo:0.64.1
|
||||
|
|
Loading…
Reference in New Issue