Jump to content
Ruby on Rails
Pipelines
Test Suites
Log In
Sign Up
Learn More...
Pipelines
Test Suites
rails-ci
Public
This pipeline is intended for running rails/buildkite-config CI triggered builds
GitHub Icon
…
#280
/
byroot:investigate-activestorage-warnings
/
HEAD
Failed in
7s
rails-initial-pipeline
Jobs
Canvas
Waterfall
Filter jobs to failures
All
Failures
rails-initial-pipeline
PATH=/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
2s
·
Ran in
7s
Agent
Total Job Run Time:
6s