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-doctypes to v1.91.1 #811

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

fix(deps): update dependency cozy-doctypes to v1.91.1

5d82d07
Select commit
Loading
Failed to load commit list.
Open

fix(deps): update dependency cozy-doctypes to v1.91.1 #811

fix(deps): update dependency cozy-doctypes to v1.91.1
5d82d07
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 7, 2024 in 5m 36s

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 #811 fix(deps): update dependency cozy-doctypes to v1.85.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 parallel.

Job Node.js ENV OS State
5110.1 Lint 20 MATTERMOST_CHANNEL='{"dev":"app-store","beta":"app-store,publication","stable":"app-store,publication"}' Linux passed
5110.2 Unit tests 20 MATTERMOST_CHANNEL='{"dev":"app-store","beta":"app-store,publication","stable":"app-store,publication"}' Linux passed
5110.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
            }
          }
        ]
      }
    ]
  }
}