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

chore(deps): bump browserify-sign from 4.0.4 to 4.2.2 in /scripts/visualizer #2707

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

chore(deps): bump browserify-sign in /scripts/visualizer

a689845
Select commit
Loading
Failed to load commit list.
Open

chore(deps): bump browserify-sign from 4.0.4 to 4.2.2 in /scripts/visualizer #2707

chore(deps): bump browserify-sign in /scripts/visualizer
a689845
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Feb 27, 2024 in 14m 55s

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 #2707 chore(deps): bump browserify-sign from 4.0.4 to 4.2.2 in /scripts/visualizer.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in two sequential stages.

Stage 1: prebuild

This stage passed.

Job Node.js ENV OS State
14058.1 Quality checks 16 MATTERMOST_CHANNEL='{"dev":"gangsters","beta":"gangsters,publication","stable":"gangsters,publication"}' Linux passed
14058.2 Unit tests node 16 16 MATTERMOST_CHANNEL='{"dev":"gangsters","beta":"gangsters,publication","stable":"gangsters,publication"}' Linux passed
14058.3 Unit tests node 20 20 MATTERMOST_CHANNEL='{"dev":"gangsters","beta":"gangsters,publication","stable":"gangsters,publication"}' Linux passed

Stage 2: build

This stage passed.

Job Node.js ENV OS State
14058.4 Build app 16 MATTERMOST_CHANNEL='{"dev":"gangsters","beta":"gangsters,publication","stable":"gangsters,publication"}' Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Jammy)
Node.js Version 16
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "node_js": [
    "16"
  ],
  "cache": {
    "npm": false
  },
  "branches": {
    "only": [
      "master",
      "/^\\d+\\.\\d+\\.\\d+(\\-beta.\\d+)?$/"
    ]
  },
  "env": [
    "global={:MATTERMOST_CHANNEL=>\"'{\\\"dev\\\":\\\"gangsters\\\",\\\"beta\\\":\\\"gangsters,publication\\\",\\\"stable\\\":\\\"gangsters,publication\\\"}'\"}=GH_TOKEN=[secure]=MATTERMOST_HOOK_URL=[secure]=RUNDECK_TOKEN=[secure]=REGISTRY_TOKEN=[secure][secure]=ENCRYPTED_KEY=[secure]=ENCRYPTED_IV=[secure]"
  ],
  "stages": [
    {
      "name": "prebuild"
    },
    {
      "name": "build"
    }
  ],
  "jobs": {
    "include": [
      {
        "name": "Quality checks",
        "stage": "prebuild",
        "script": [
          "yarn lint && yarn check-locales && yarn check-fixtures"
        ]
      },
      {
        "name": "Unit tests node 16",
        "stage": "prebuild",
        "node_js": "16",
        "script": [
          "yarn test --runInBand"
        ]
      },
      {
        "name": "Unit tests node 20",
        "stage": "prebuild",
        "node_js": "20",
        "script": [
          "yarn test --runInBand"
        ]
      },
      {
        "name": "Build app",
        "stage": "build",
        "script": [
          "yarn build",
          "yarn bundlemon"
        ],
        "before_deploy": [
          "./scripts/ci/add_ssh_key.sh"
        ],
        "deploy": [
          {
            "repo": "cozy/cozy-banks",
            "provider": "script",
            "script": "yarn cozyPublish && yarn uploadStaticFiles",
            "on": {
              "branch": [
                "master"
              ]
            },
            "skip_cleanup": true
          },
          {
            "repo": "cozy/cozy-banks",
            "provider": "script",
            "script": "yarn cozyPublish && yarn uploadStaticFiles",
            "on": {
              "tags": true
            },
            "skip_cleanup": true
          }
        ]
      }
    ]
  }
}