feat: Display coachco2 CTA only if no data in coachco2 #2035
Travis CI / Travis CI - Branch
succeeded
Nov 8, 2023 in 39m 10s
Build Passed
The build passed.
Details
This is a normal build for the feat/cta-coachco2-geojson branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in three sequential stages.
Stage 1: lint
This stage passed.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
12038.1 Lint | 16 | MATTERMOST_CHANNEL='{"dev":"app---home","beta":"app---home,publication","stable":"app---home,publication"}' | Linux | passed |
Stage 2: test
This stage passed.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
12038.2 Test | 16 | MATTERMOST_CHANNEL='{"dev":"app---home","beta":"app---home,publication","stable":"app---home,publication"}' | Linux | passed |
Stage 3: build
This stage passed.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
12038.3 Build | 16 | MATTERMOST_CHANNEL='{"dev":"app---home","beta":"app---home,publication","stable":"app---home,publication"}' | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Focal) |
Node.js Version | 16 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"node_js": [
"16"
],
"env": [
"global={:MATTERMOST_CHANNEL=>\"'{\\\"dev\\\":\\\"app---home\\\",\\\"beta\\\":\\\"app---home,publication\\\",\\\"stable\\\":\\\"app---home,publication\\\"}'\"}={:TARGETS_DEV=>\"recette.cozy.works\"}={:TARGETS_BETA=>\"betatest.cozy.works\"}=GITHUB_TOKEN=[secure]=MATTERMOST_HOOK_URL=[secure]=REGISTRY_TOKEN=[secure][secure]=RUNDECK_TOKEN=[secure]"
],
"cache": {
"yarn": true,
"directories": [
"node_modules"
]
},
"stages": [
{
"name": "lint"
},
{
"name": "test"
},
{
"name": "build"
}
],
"jobs": {
"include": [
{
"name": "Lint",
"stage": "lint",
"node_js": "16",
"script": [
"yarn lint"
]
},
{
"name": "Test",
"stage": "test",
"script": [
"yarn test --silent"
]
},
{
"name": "Build",
"stage": "build",
"node_js": "16",
"before_install": [
"if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then openssl aes-256-cbc -K $encrypted_8431ed5600b0_key -iv $encrypted_8431ed5600b0_iv -in ./scripts/id_rsa.enc -out /tmp/deploy_rsa -d; fi",
"if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then eval \"$(ssh-agent -s)\"; fi",
"if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then chmod 600 /tmp/deploy_rsa; fi",
"if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then ssh-add /tmp/deploy_rsa; fi",
"curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.16.0",
"export PATH=\"$HOME/.yarn/bin:$PATH\""
],
"script": [
"echo 'build'",
"yarn build",
"echo 'bundlemon'",
"yarn bundlemon"
],
"before_deploy": [
"yarn add cozy-app-publish"
],
"deploy": [
{
"repo": "cozy/cozy-home",
"provider": "script",
"script": "yarn cozyPublish",
"on": {
"branch": [
"master"
]
},
"skip_cleanup": true
},
{
"repo": "cozy/cozy-home",
"provider": "script",
"script": "yarn cozyPublish",
"on": {
"tags": true
},
"skip_cleanup": true
}
]
}
]
}
}
Loading