[VER-355] feat: Remove Profiles
concept
#124
+71
−6
Open
Travis CI / Travis CI - Pull Request
succeeded
Mar 29, 2024 in 5m 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 #124 feat: Remove Profiles
concept.
Any changes that have been made to the master 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 | Node.js |
Operating System | Linux (Xenial) |
Node.js Version | 14 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"node_js": [
"14"
],
"branches": {
"only": [
"master",
"/^\\d+\\.\\d+\\.\\d+(\\-beta.\\d+)?$/"
]
},
"env": [
"global={:MATTERMOST_CHANNEL=>\"'{\\\"dev\\\":\\\"feat---password-mgr\\\",\\\"beta\\\":\\\"feat---password-mgr,publication\\\",\\\"stable\\\":\\\"feat---password-mgr,publication\\\"}'\"}=GITHUB_TOKEN=[secure]=REGISTRY_TOKEN=[secure]=MATTERMOST_HOOK_URL=[secure]"
],
"cache": {
"yarn": true,
"directories": [
"node_modules"
]
},
"script": [
"npm run lint",
"npm run build:browser:prod"
],
"before_install": [
"sudo apt-get install libsecret-1-dev",
"if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then openssl aes-256-cbc -K $encrypted_95a52b3b9b3c_key -iv $encrypted_95a52b3b9b3c_iv -in id_rsa_downcloud_cozy_pass_web.enc -out id_rsa_downcloud_cozy_pass_web -d; fi",
"if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then eval \"$(ssh-agent -s)\"; fi",
"if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then chmod 600 id_rsa_downcloud_cozy_pass_web; fi",
"if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then ssh-add id_rsa_downcloud_cozy_pass_web; fi"
],
"before_deploy": [
"yarn add cozy-app-publish"
],
"deploy": [
{
"provider": "script",
"skip_cleanup": true,
"script": "yarn cozyPublish",
"on": {
"branch": [
"master"
]
}
},
{
"provider": "script",
"skip_cleanup": true,
"script": "yarn cozyPublish",
"on": {
"tags": true
}
}
],
"jobs": {
"fast_finish": true
}
}
Loading