Sha256: ae979dce3c35e0b82ea0f03c47081af28a95331015ec6847922241a6363a83ac

Contents?: true

Size: 183 Bytes

Versions: 16

Compression:

Stored size: 183 Bytes

Contents

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

bundle install

# Do any other automated setup that you need to do here
cp .env.gitlab.example .env.gitlab

echo ""
echo "edit .env.gitlab"

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
gitlab_mr_release-2.0.0 bin/setup
gitlab_mr_release-1.1.2 bin/setup
gitlab_mr_release-1.1.1 bin/setup
gitlab_mr_release-1.1.0 bin/setup
gitlab_mr_release-1.0.1 bin/setup
gitlab_mr_release-1.0.0 bin/setup
gitlab_mr_release-0.4.0 bin/setup
gitlab_mr_release-0.3.1 bin/setup
gitlab_mr_release-0.3.0 bin/setup
gitlab_mr_release-0.3.0.beta1 bin/setup
gitlab_mr_release-0.2.0 bin/setup
gitlab_mr_release-0.1.1 bin/setup
gitlab_mr_release-0.1.0 bin/setup
gitlab_mr_release-0.1.0.beta3 bin/setup
gitlab_mr_release-0.1.0.beta2 bin/setup
gitlab_mr_release-0.1.0.beta1 bin/setup