Bump actiontext from 7.2.1 to 7.2.1.1 #148
Open
Travis CI / Travis CI - Pull Request
succeeded
Oct 15, 2024 in 1m 20s
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 #148 Bump actiontext from 7.2.1 to 7.2.1.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