Sha256: d5a57ec010d31c998ceee276db3a62b1b88ad0caf55691a28087e74580c3d718

Contents?: true

Size: 273 Bytes

Versions: 1

Compression:

Stored size: 273 Bytes

Contents

#!/bin/bash -l

if [[ -z $WORKSPACE ]] ; then
  # Support execution from the shell
  export PROJECT_DIR=$(pwd)
else
  export PROJECT_DIR="$WORKSPACE/glowworm"
fi

source "$PROJECT_DIR/ci_jobs/setup.sh"

echo START TASK: tests
exec_rake_task test:integration
echo END TASK

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
glowworm-0.3.0 ci_jobs/glowworm-integrations/run.sh