Bump rails-html-sanitizer from 1.6.0 to 1.6.1 #151
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\"}"
]
}
Loading