Sha256: 0dd1e251a8013424a007ec832e274ab7e6814b284287a38dfbf127c7e67e20c9

Contents?: true

Size: 388 Bytes

Versions: 48

Compression:

Stored size: 388 Bytes

Contents

#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
# set -vx

# This makes sure all of the scripts we need to load are loaded from
# the executing script folder so they can be found
DIR="$( cd "$( dirname $0 )" >/dev/null 2>&1 && pwd )"
pushd $DIR >/dev/null 2>&1
ruby ./migrate
popd >/dev/null 2>&1

exit_code=$?
if [ $exit_code -ne 0 ]; then
  exit $exit_code
fi

set -vx
bundle install

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
dsu-3.0.5 bin/setup
dsu-3.0.4 bin/setup
dsu-3.0.3 bin/setup
dsu-3.0.1 bin/setup
dsu-3.0.0 bin/setup
dsu-3.0.0.beta.3 bin/setup
dsu-3.0.0.beta.2 bin/setup
dsu-3.0.0.beta.1 bin/setup
dsu-3.0.0.beta.0 bin/setup
dsu-3.0.0.alpha.12 bin/setup
dsu-3.0.0.alpha.11 bin/setup
dsu-3.0.0.alpha.10 bin/setup
dsu-3.0.0.alpha.9 bin/setup
dsu-3.0.0.alpha.8 bin/setup
dsu-3.0.0.alpha.7 bin/setup
dsu-3.0.0.alpha.6 bin/setup
dsu-3.0.0.alpha.5 bin/setup
dsu-3.0.0.alpha.4 bin/setup
dsu-3.0.0.alpha.3 bin/setup
dsu-3.0.0.alpha.2 bin/setup