Skip to content

fix(deps): update dependency cozy-sharing to ^15.0.3

5065d47
Select commit
Loading
Failed to load commit list.
Closed

fix(deps): update dependency cozy-sharing to ^15.0.3 #1003

fix(deps): update dependency cozy-sharing to ^15.0.3
5065d47
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 7, 2024 in 4m 37s

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 #1003 fix(deps): update dependency cozy-sharing to ^15.0.2.
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 ENV OS State
6604.1 Lint MATTERMOST_CHANNEL='{"dev":"contacts","beta":"contacts,publication","stable":"contacts,publication"}' Linux passed
6604.2 Unit tests MATTERMOST_CHANNEL='{"dev":"contacts","beta":"contacts,publication","stable":"contacts,publication"}' Linux passed
6604.3 Build MATTERMOST_CHANNEL='{"dev":"contacts","beta":"contacts,publication","stable":"contacts,publication"}' Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Jammy)
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "cache": {
    "npm": false
  },
  "env": [
    "global={:MATTERMOST_CHANNEL=>\"'{\\\"dev\\\":\\\"contacts\\\",\\\"beta\\\":\\\"contacts,publication\\\",\\\"stable\\\":\\\"contacts,publication\\\"}'\"}=GITHUB_TOKEN=[secure]=REGISTRY_TOKEN=[secure][secure]=MATTERMOST_HOOK_URL=[secure]"
  ],
  "branches": {
    "only": [
      "master",
      "/^\\d+\\.\\d+\\.\\d+(\\-beta.\\d+)?$/"
    ]
  },
  "jobs": {
    "include": [
      {
        "name": "Lint",
        "script": [
          "yarn lint"
        ]
      },
      {
        "name": "Unit tests",
        "script": [
          "yarn test"
        ]
      },
      {
        "name": "Build",
        "before_install": [
          "if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then openssl aes-256-cbc -K $encrypted_e51c23250372_key -iv $encrypted_e51c23250372_iv -in id_rsa_downcloud_contacts.enc -out /tmp/id_rsa_downcloud_contacts -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_contacts; fi",
          "if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then ssh-add /tmp/id_rsa_downcloud_contacts; fi"
        ],
        "script": [
          "yarn build",
          "yarn bundlemon"
        ],
        "before_deploy": [
          "yarn add cozy-app-publish"
        ],
        "deploy": [
          {
            "repo": "cozy/cozy-contacts",
            "provider": "script",
            "script": "yarn run deploy",
            "on": {
              "branch": [
                "master"
              ]
            },
            "skip_cleanup": true
          },
          {
            "repo": "cozy/cozy-contacts",
            "provider": "script",
            "script": "yarn run deploy",
            "on": {
              "tags": true
            },
            "skip_cleanup": true
          }
        ]
      }
    ]
  }
}