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 follow-redirects from 1.14.9 to 1.15.5 #2709

Closed

chore(deps): bump follow-redirects from 1.14.9 to 1.15.5

395a69b
Select commit
Loading
Failed to load commit list.
Closed

chore(deps): bump follow-redirects from 1.14.9 to 1.15.5 #2709

chore(deps): bump follow-redirects from 1.14.9 to 1.15.5
395a69b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Feb 27, 2024 in 18m 15s

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 #2709 chore(deps): bump follow-redirects from 1.14.9 to 1.15.5.
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
14060.1 Quality checks 16 MATTERMOST_CHANNEL='{"dev":"gangsters","beta":"gangsters,publication","stable":"gangsters,publication"}' Linux passed
14060.2 Unit tests node 16 16 MATTERMOST_CHANNEL='{"dev":"gangsters","beta":"gangsters,publication","stable":"gangsters,publication"}' Linux passed
14060.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
14060.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
          }
        ]
      }
    ]
  }
}