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

fix(deps): update dependency cozy-harvest-lib to ^26.2.1 #702

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

fix(deps): update dependency cozy-harvest-lib to ^26.2.1

7bbc7ba
Select commit
Loading
Failed to load commit list.
Open

fix(deps): update dependency cozy-harvest-lib to ^26.2.1 #702

fix(deps): update dependency cozy-harvest-lib to ^26.2.1
7bbc7ba
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jul 13, 2024 in 9m 54s

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 #702 fix(deps): update dependency cozy-harvest-lib to ^26.0.3.
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
4707.1 Lint 20.11.0 MATTERMOST_CHANNEL='{"dev":"app---settings","beta":"app---settings,publication","stable":"app---settings,publication"}' Linux passed
4707.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
4707.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
          }
        ]
      }
    ]
  }
}