1
0
Fork 0
mirror of synced 2024-06-13 16:05:06 +12:00

adding shebang to run scripts

This commit is contained in:
Martin McKeaveney 2022-05-27 10:41:02 +01:00
parent d21b8abf5a
commit e7a364df84
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bash
if [ -z $CLUSTER_MODE ]; then
yarn run:docker
else

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bash
if [[ -z $CLUSTER_MODE ]]; then
yarn run:docker
else