DR-2818 mount nfs #58
Draft
Travis CI / Travis CI - Pull Request
succeeded
Mar 12, 2024 in 39s
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 #58 DR-2818 mount nfs.
Any changes that have been made to the develop 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 (Xenial) |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"sudo": true,
"services": [
"docker"
],
"branches": {
"only": [
"develop"
]
},
"script": [
"echo 'No tests? No problems.'"
],
"after_success": [
"provisioning/travis_ci_and_cd/build_and_push_to_ecr.sh"
],
"env": [
"global={:REMOTE_IMAGE_URL=>\"685731035297.dkr.ecr.us-east-1.amazonaws.com/cantaloupe\"}=AWS_ACCESS_KEY_ID_DEVELOPMENT=[secure]=AWS_SECRET_ACCESS_KEY_DEVELOPMENT=[secure]"
]
}
Loading