#!/bin/sh if [ "$EVENT_TYPE" = "cron" ] || [ ! -z $DEV ] ; then echo "Event type is: $EVENT_TYPE" echo "This is a development version build: $DEV" TAG="rolling" fi cat > docker-test.yaml <