Explicitly use bash in post hook
This commit is contained in:
parent
05941b79d6
commit
c2a48f8559
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
api_key='<PUT_YOUR_API_KEY_HERE>'
|
api_key='<PUT_YOUR_API_KEY_HERE>'
|
||||||
domainID='<PUT_YOUR_DOMAIN_ID_HERE>'
|
domainID='<PUT_YOUR_DOMAIN_ID_HERE>'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue