rails-ci

Public

This pipeline is intended for running rails/buildkite-config CI triggered builds

[investigate-activestorage-warnings] Investigate activestorage warnings

Failed in 26s
:pipeline: rails-initial-pipelinePATH=/bin:/usr/bin && set -e && if [ -d ".buildkite" ]; then && echo "+++ :bk-status-failed: .buildkite/ already exists; please remove it and try again" && exit 1 && fi && if [ -n "$CONFIG_REPO" ]; then && GIT_REPO="$CONFIG_REPO" && else && GIT_REPO="https://github.com/rails/buildkite-config" && fi && GIT_BRANCH="${CONFIG_BRANCH-main}" && GIT_BRANCH="${GIT_BRANCH#*:}" && echo "Cloning buildkite-config:" && echo "git clone -b \"$GIT_BRANCH\" \"$GIT_REPO\" .buildkite" && git clone -b "$GIT_BRANCH" "$GIT_REPO" .buildkite && rm -rf .buildkite/.git && echo "Fetching pull-request metadata:" && (docker run --rm \ && -v "$PWD":/app:ro -w /app \ && -e GITHUB_PUBLIC_REPO_TOKEN \ && -e BUILDKITE_REPO \ && -e BUILDKITE_PULL_REQUEST \ && ruby:latest \ && .buildkite/bin/fetch-pr > .buildkite/tmp/.pr-meta.json) || true && echo "Generating pipeline:" && sh -c "$PIPELINE_COMMAND" && ([ -f .buildkite/.dockerignore ] && cp .buildkite/.dockerignore .dockerignore) || true
Waited 1s
·
Ran in 26s
Total Job Run Time: 25s