Skip to content

Commit

Permalink
MAke shadowbox/server/run fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Jan 10, 2019
1 parent ff7d7d9 commit c1cc710
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/shadowbox/server/run_action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

echo "** Currently broken, use yarn do shadowbox/docker/run instead **" >&2
exit 1

do_action shadowbox/server/build

export LOG_LEVEL="${LOG_LEVEL:-debug}"
Expand Down

0 comments on commit c1cc710

Please sign in to comment.