Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VO-1037 & VO-1072] fix: Some fixes on additional apps #922

Merged
merged 3 commits into from
Sep 25, 2024

feat: Update cozy-ui from 111.12.0 to 111.13.0

c8e1363
Select commit
Loading
Failed to load commit list.
Merged

[VO-1037 & VO-1072] fix: Some fixes on additional apps #922

feat: Update cozy-ui from 111.12.0 to 111.13.0
c8e1363
Select commit
Loading
Failed to load commit list.
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
            }
          }
        ]
      }
    ]
  }
}