Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rails-html-sanitizer from 1.6.0 to 1.6.1 #151

Open
wants to merge 1 commit into
base: qa
Choose a base branch
from

Bump rails-html-sanitizer from 1.6.0 to 1.6.1

e74404b
Select commit
Loading
Failed to load commit list.
Open

Bump rails-html-sanitizer from 1.6.0 to 1.6.1 #151

Bump rails-html-sanitizer from 1.6.0 to 1.6.1
e74404b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 2, 2024 in 2m 17s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #151 Bump rails-html-sanitizer from 1.6.0 to 1.6.1.
Any changes that have been made to the qa branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Jammy)
Ruby Version 3.3.3
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "sudo": true,
  "rvm": [
    "3.3.3"
  ],
  "services": [
    "postgresql",
    "mysql",
    "docker"
  ],
  "branches": {
    "only": [
      "qa",
      "nypl-dams-prod"
    ]
  },
  "before_install": [
    "gem update --system '3.3.22'",
    "gem install bundler -v '2.5.18'"
  ],
  "cache": {
    "bundler": true
  },
  "before_script": [
    "psql -c 'create database fedora_ingest_rails_test;' -U postgres",
    "mysql -uroot -e 'CREATE DATABASE ami_filestore_test; CREATE DATABASE image_filestore_test'",
    "mysql -uroot ami_filestore_test < ./db/resources/ami_filestore_schema.sql",
    "mysql -uroot image_filestore_test < ./db/resources/image_filestore_schema.sql"
  ],
  "script": [
    "bundle exec rspec"
  ],
  "after_success": [
    "provisioning/travis_ci_and_cd/build_and_push_to_ecr.sh",
    "provisioning/travis_ci_and_cd/ecs_deploy.sh"
  ],
  "env": [
    "global=AWS_ACCESS_KEY_ID_QA=[secure]=AWS_SECRET_ACCESS_KEY_QA=[secure]=AWS_ACCESS_KEY_ID_PRODUCTION=[secure]=AWS_SECRET_ACCESS_KEY_PRODUCTION=[secure]={:REMOTE_IMAGE_URL_QA_NEW=>\"685731035297.dkr.ecr.us-east-1.amazonaws.com/fedora-ingest\"}={:REMOTE_IMAGE_URL_PRODUCTION_NEW=>\"557492996044.dkr.ecr.us-east-1.amazonaws.com/fedora-ingest\"}"
  ]
}