adding shebang to run scripts
This commit is contained in:
parent
48df8b81c7
commit
b812ef60e7
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [ -z $CLUSTER_MODE ]; then
|
if [ -z $CLUSTER_MODE ]; then
|
||||||
yarn run:docker
|
yarn run:docker
|
||||||
else
|
else
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [[ -z $CLUSTER_MODE ]]; then
|
if [[ -z $CLUSTER_MODE ]]; then
|
||||||
yarn run:docker
|
yarn run:docker
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue