Do not run env on ci

This commit is contained in:
Ariejan de Vroom 2015-12-04 16:24:13 +01:00
parent 7490880417
commit ede5f46d03

View File

@ -17,6 +17,5 @@ job:
tags:
- golang
script:
- env
- hugo
- rsync -aqz --delete-after --no-progress public/ -e 'ssh -o UserKnownHostsFile=/dev/null,StrictHostKeyChecking=no $RSYNC_TARGET'