Browse Source

try to debug netlify failed deploy

pull/10/head
Nicolas Massé 5 years ago
parent
commit
5839f1a394
  1. 5
      hugo

5
hugo

@ -1,4 +1,7 @@
#!/bin/sh
#!/bin/bash
# temporary test
env
set -Eeuo pipefail
trap cleanup SIGINT SIGTERM ERR EXIT

Loading…
Cancel
Save