Skip to content

fix(deps): update dependency cozy-ui to ^111.9.0

24ecc9e
Select commit
Loading
Failed to load commit list.
Closed

fix(deps): update dependency cozy-ui to ^111.9.0 #714

fix(deps): update dependency cozy-ui to ^111.9.0
24ecc9e
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Travis CI / Travis CI - Pull Request succeeded Sep 6, 2024 in 7m 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 #714 fix(deps): update dependency cozy-ui to ^111.1.1.
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 two sequential stages.

Stage 1: prebuild

This stage passed.

Job Node.js ENV OS State
4728.1 Lint 20.11.0 MATTERMOST_CHANNEL='{"dev":"app---settings","beta":"app---settings,publication","stable":"app---settings,publication"}' Linux passed
4728.2 Test 20.11.0 MATTERMOST_CHANNEL='{"dev":"app---settings","beta":"app---settings,publication","stable":"app---settings,publication"}' Linux passed

Stage 2: build

This stage passed.

Job Node.js ENV OS State
4728.3 Build 20.11.0 MATTERMOST_CHANNEL='{"dev":"app---settings","beta":"app---settings,publication","stable":"app---settings,publication"}' Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Jammy)
Node.js Version 20.11.0
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "node_js": [
    "20.11.0"
  ],
  "branches": {
    "only": [
      "master"
    ]
  },
  "env": [
    "global={:MATTERMOST_CHANNEL=>\"'{\\\"dev\\\":\\\"app---settings\\\",\\\"beta\\\":\\\"app---settings,publication\\\",\\\"stable\\\":\\\"app---settings,publication\\\"}'\"}=MATTERMOST_HOOK_URL=[secure]=REGISTRY_TOKEN=[secure][secure]=GITHUB_TOKEN=[secure]"
  ],
  "cache": {
    "npm": false
  },
  "stages": [
    {
      "name": "prebuild"
    },
    {
      "name": "build"
    }
  ],
  "jobs": {
    "include": [
      {
        "name": "Lint",
        "stage": "prebuild",
        "script": [
          "yarn lint"
        ]
      },
      {
        "name": "Test",
        "stage": "prebuild",
        "script": [
          "yarn test"
        ]
      },
      {
        "name": "Build",
        "stage": "build",
        "script": [
          "yarn build",
          "yarn bundlemon"
        ],
        "before_install": [
          "if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then openssl aes-256-cbc -K $encrypted_ddb18e52ae01_key -iv $encrypted_ddb18e52ae01_iv -in ./deploy/id_rsa_downcloud_cozy-settings.enc -out /tmp/id_rsa_downcloud_cozy-settings -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-settings; fi",
          "if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then ssh-add /tmp/id_rsa_downcloud_cozy-settings; fi"
        ],
        "deploy": [
          {
            "repo": "cozy/cozy-settings",
            "provider": "script",
            "script": "yarn semantic-release",
            "on": {
              "branch": [
                "master"
              ]
            },
            "skip_cleanup": true
          }
        ]
      }
    ]
  }
}