adding shebang to run scripts
This commit is contained in:
parent
d21b8abf5a
commit
e7a364df84
|
@ -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