updating worker script to run as sh
This commit is contained in:
parent
41dab6a603
commit
d7c4367fad
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
|
|
||||||
if [[ -z $CLUSTER_MODE ]]; then
|
if [[ -z $CLUSTER_MODE ]]; then
|
||||||
yarn run:docker
|
yarn run:docker
|
||||||
|
|
Loading…
Reference in New Issue