[VO-1037 & VO-1072] fix: Some fixes on additional apps #922
Travis CI / Travis CI - Pull Request
succeeded
Sep 25, 2024 in 3m 6s
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 #922 fix: Some fixes on additional apps .
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
5122.1 Lint | 20 | MATTERMOST_CHANNEL='{"dev":"app-store","beta":"app-store,publication","stable":"app-store,publication"}' | Linux | passed |
5122.2 Unit tests | 20 | MATTERMOST_CHANNEL='{"dev":"app-store","beta":"app-store,publication","stable":"app-store,publication"}' | Linux | passed |
5122.3 Build app | 20 | MATTERMOST_CHANNEL='{"dev":"app-store","beta":"app-store,publication","stable":"app-store,publication"}' | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Jammy) |
Node.js Version | 20 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "jammy",
"node_js": [
"20"
],
"cache": {
"npm": false
},
"branches": {
"only": [
"master",
"/^\\d+\\.\\d+\\.\\d+(\\-beta.\\d+)?$/"
]
},
"env": [
"global={:MATTERMOST_CHANNEL=>\"'{\\\"dev\\\":\\\"app-store\\\",\\\"beta\\\":\\\"app-store,publication\\\",\\\"stable\\\":\\\"app-store,publication\\\"}'\"}=RUNDECK_TOKEN=[secure]=MATTERMOST_HOOK_URL=[secure]=TX_PASSWD=[secure]=GITHUB_TOKEN=[secure]=REGISTRY_TOKEN=[secure][secure]"
],
"jobs": {
"include": [
{
"name": "Lint",
"script": [
"yarn lint"
]
},
{
"name": "Unit tests",
"script": [
"yarn test"
]
},
{
"name": "Build app",
"before_install": [
"if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then openssl aes-256-cbc -K $encrypted_e8e75da126d5_key -iv $encrypted_e8e75da126d5_iv -in deploy/id_rsa_downcloud_cozy-store.enc -out /tmp/id_rsa_downcloud_cozy-store -d; fi",
"if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then eval \"$(ssh-agent -s)\"; fi",
"if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then chmod 600 /tmp/id_rsa_downcloud_cozy-store; fi",
"if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then ssh-add /tmp/id_rsa_downcloud_cozy-store; fi"
],
"script": [
"yarn build"
],
"deploy": [
{
"provider": "script",
"skip_cleanup": true,
"script": "yarn cozyPublish",
"on": {
"branch": [
"master"
]
}
},
{
"provider": "script",
"skip_cleanup": true,
"script": "yarn cozyPublish",
"on": {
"tags": true
}
}
]
}
]
}
}
Loading