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): update konflux references #448

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

chore(deps): update konflux references

0854482
Select commit
Loading
Failed to load commit list.
Open

chore(deps): update konflux references #448

chore(deps): update konflux references
0854482
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Nov 7, 2024 in 5m 35s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the konflux/references/master branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

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

Stage 1: Lint

This stage passed.

Job Node.js ENV OS State
3688.1 16 REPO="[email protected]:RedHatInsights/insights-remediations-frontend-build" Linux passed

Stage 2: Deploy

This stage passed.

Job Node.js ENV OS State
3688.2 16 REPO="[email protected]:RedHatInsights/insights-remediations-frontend-build" Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Version 16
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": true,
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ],
    "slack": [
      {
        "rooms": [
          {
            "secure": "oj1AuFFwUL2qjSMRtgUA7qftSMqbS+od/5mCStkVQ4Miu/byQHXbbtQQg6sgs/Xadwn1Yyw6P2GeQ5ZDAfygv5YJ2LB6FqjhtnRS/qT0R1jZYbYibCcUwWZ3VKByP2z39ufQL4ZSMsCRFnI4tTgR/taR6n82NwFiAGZJvUYBkUGIXIMqUZ0RYJkkZehK+gVTW3qUT4HZnU/bjamZgJu6UVVSQInHBri4o5mCUi1TDGlRzYHFqDpweO5X0UKce/g5brXjFLMkDupq/6maJlueP14hvJUKzfkoRCYjiKy4QdXVsB4eZlSP7yJu+zdVSfi6j+e//BsN94yGGCjasIr4z7rQXEyGdy8QwB16uD/I4yuc4KETm02qXkXcw5xDfIECa6lvoIH2gOQ+UaMX+a7MEP7w+xP5624q2B4CeqxcpJWaJnrFOThDB05p06MezbC20VMq+CCZGg9hBNjudiiwDqU4dScIiI6qGfPV2i1q3A1kmlNRkaWfk8XgNjQGj7gd4T26u9E0M7Nf8++itcydRsHCkdrpbWHxqh8CKiTvKC9SXqWhf/0tCaPYuCRfUqMpmSAFDt2MlVSsZJmIQObCcvSB4kEjBnCP1Zo60zY0eEQdDG/Xnn8k+ywCPVJ/tNw8WTDBbST3SJd6msqaW1LwKYYNGZk9OJd3+5qDliK6788="
          }
        ]
      }
    ]
  },
  "node_js": [
    "16"
  ],
  "install": [
    "npm ci"
  ],
  "jobs": {
    "include": [
      {
        "stage": "Lint",
        "script": [
          "npm run lint"
        ]
      },
      {
        "stage": "Deploy",
        "script": [
          "npm run travis:verify && curl -sSL https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master/src/bootstrap.sh | bash -s"
        ]
      }
    ]
  },
  "env": [
    "global={:REPO=>\"\\\"[email protected]:RedHatInsights/insights-remediations-frontend-build\\\"\"}={:REPO_DIR=>\"\\\"insights-remediations-frontend-build\\\"\"}={:BRANCH=>\"${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}\"}"
  ]
}