Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Correct X (formerly Twitter) colors to black #810

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

Correct X (formerly Twitter) colors to black

c3f1e2a
Select commit
Loading
Failed to load commit list.
Draft

Correct X (formerly Twitter) colors to black #810

Correct X (formerly Twitter) colors to black
c3f1e2a
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Oct 9, 2023 in 4m 52s

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 #810 Correct X (formerly Twitter) colors to black.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Version 14.21
Build Configuration
{
  "_production-job": {
    "stage": "production",
    "name": "SERVICE_NAME",
    "script": "scripts/deploy.js SERVICE_NAME",
    "install": "skip",
    "env": [
      "ENVIRONMENT=production RANCHER_CLUSTERID=c-7p6pt"
    ]
  },
  "_staging-job": {
    "stage": "staging",
    "name": "SERVICE_NAME",
    "script": "scripts/deploy.js SERVICE_NAME",
    "install": "skip",
    "env": [
      "ENVIRONMENT=staging RANCHER_CLUSTERID=c-gpjnt"
    ]
  },
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "14.21"
  ],
  "cache": {
    "yarn": true
  },
  "stages": [
    {
      "name": "test"
    },
    {
      "name": "production-started",
      "if": "tag =~ /^v\\d+\\.\\d+\\.\\d+$/"
    },
    {
      "name": "production",
      "if": "tag =~ /^v\\d+\\.\\d+\\.\\d+$/"
    },
    {
      "name": "production-finished",
      "if": "tag =~ /^v\\d+\\.\\d+\\.\\d+$/"
    },
    {
      "name": "staging-started",
      "if": "tag is present"
    },
    {
      "name": "staging",
      "if": "tag is present"
    },
    {
      "name": "staging-finished",
      "if": "tag is present"
    }
  ],
  "jobs": {
    "include": [
      {
        "stage": "test",
        "env": [
          {
            "NODE_ENV": "test"
          }
        ]
      },
      {
        "stage": "production-started",
        "name": "Deployment Started",
        "script": [
          "npx @parameter1/base-cms-website-deployment-tool notify-started"
        ],
        "install": [
          "skip"
        ],
        "env": [
          {
            "ENVIRONMENT": "production",
            "RANCHER_CLUSTERID": "c-7p6pt"
          }
        ]
      },
      {
        "stage": "staging-started",
        "name": "Deployment Started",
        "script": [
          "npx @parameter1/base-cms-website-deployment-tool notify-started"
        ],
        "install": [
          "skip"
        ],
        "env": [
          {
            "ENVIRONMENT": "staging",
            "RANCHER_CLUSTERID": "c-gpjnt"
          }
        ]
      },
      {
        "stage": "production",
        "name": "GraphQL Server",
        "script": [
          "scripts/deploy.js graphql-server"
        ],
        "install": [
          "skip"
        ],
        "env": [
          {
            "ENVIRONMENT": "production",
            "RANCHER_CLUSTERID": "c-7p6pt"
          }
        ]
      },
      {
        "stage": "staging",
        "name": "GraphQL Server",
        "script": [
          "scripts/deploy.js graphql-server"
        ],
        "install": [
          "skip"
        ],
        "env": [
          {
            "ENVIRONMENT": "staging",
            "RANCHER_CLUSTERID": "c-gpjnt"
          }
        ]
      },
      {
        "stage": "production",
        "name": "Sitemaps",
        "script": [
          "scripts/deploy.js sitemaps"
        ],
        "install": [
          "skip"
        ],
        "env": [
          {
            "ENVIRONMENT": "production",
            "RANCHER_CLUSTERID": "c-7p6pt"
          }
        ]
      },
      {
        "stage": "staging",
        "name": "Sitemaps",
        "script": [
          "scripts/deploy.js sitemaps"
        ],
        "install": [
          "skip"
        ],
        "env": [
          {
            "ENVIRONMENT": "staging",
            "RANCHER_CLUSTERID": "c-gpjnt"
          }
        ]
      },
      {
        "stage": "production",
        "name": "RSS",
        "script": [
          "scripts/deploy.js rss"
        ],
        "install": [
          "skip"
        ],
        "env": [
          {
            "ENVIRONMENT": "production",
            "RANCHER_CLUSTERID": "c-7p6pt"
          }
        ]
      },
      {
        "stage": "staging",
        "name": "RSS",
        "script": [
          "scripts/deploy.js rss"
        ],
        "install": [
          "skip"
        ],
        "env": [
          {
            "ENVIRONMENT": "staging",
            "RANCHER_CLUSTERID": "c-gpjnt"
          }
        ]
      },
      {
        "stage": "production",
        "name": "Hooks",
        "script": [
          "scripts/deploy.js hooks"
        ],
        "install": [
          "skip"
        ],
        "env": [
          {
            "ENVIRONMENT": "production",
            "RANCHER_CLUSTERID": "c-7p6pt"
          }
        ]
      },
      {
        "stage": "production",
        "name": "oEmbed",
        "script": [
          "scripts/deploy.js oembed"
        ],
        "install": [
          "skip"
        ],
        "env": [
          {
            "ENVIRONMENT": "production",
            "RANCHER_CLUSTERID": "c-7p6pt"
          }
        ]
      },
      {
        "stage": "staging",
        "name": "oEmbed",
        "script": [
          "scripts/deploy.js oembed"
        ],
        "install": [
          "skip"
        ],
        "env": [
          {
            "ENVIRONMENT": "staging",
            "RANCHER_CLUSTERID": "c-gpjnt"
          }
        ]
      },
      {
        "stage": "production",
        "name": "Google Data API",
        "script": [
          "scripts/deploy.js google-data-api"
        ],
        "install": [
          "skip"
        ],
        "env": [
          {
            "ENVIRONMENT": "production",
            "RANCHER_CLUSTERID": "c-7p6pt"
          }
        ]
      },
      {
        "stage": "staging",
        "name": "Google Data API",
        "script": [
          "scripts/deploy.js google-data-api"
        ],
        "install": [
          "skip"
        ],
        "env": [
          {
            "ENVIRONMENT": "staging",
            "RANCHER_CLUSTERID": "c-gpjnt"
          }
        ]
      },
      {
        "stage": "production",
        "name": "Omail Link Processor",
        "script": [
          "scripts/deploy.js omail-link-processor"
        ],
        "install": [
          "skip"
        ],
        "env": [
          {
            "ENVIRONMENT": "production",
            "RANCHER_CLUSTERID": "c-7p6pt"
          }
        ]
      },
      {
        "stage": "production-finished",
        "name": "Deployment Finished",
        "script": [
          "npx @parameter1/base-cms-website-deployment-tool notify-finished"
        ],
        "install": [
          "skip"
        ],
        "env": [
          {
            "ENVIRONMENT": "production",
            "RANCHER_CLUSTERID": "c-7p6pt"
          }
        ]
      },
      {
        "stage": "staging-finished",
        "name": "Deployment Finished",
        "script": [
          "npx @parameter1/base-cms-website-deployment-tool notify-finished"
        ],
        "install": [
          "skip"
        ],
        "env": [
          {
            "ENVIRONMENT": "staging",
            "RANCHER_CLUSTERID": "c-gpjnt"
          }
        ]
      }
    ]
  }
}