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

[VER-355] feat: Remove Profiles concept #124

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

feat: Hide `Profiles` category if empty

63b32ac
Select commit
Loading
Failed to load commit list.
Open

[VER-355] feat: Remove Profiles concept #124

feat: Hide `Profiles` category if empty
63b32ac
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Mar 29, 2024 in 5m 20s

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 #124 feat: Remove Profiles concept.
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
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "14"
  ],
  "branches": {
    "only": [
      "master",
      "/^\\d+\\.\\d+\\.\\d+(\\-beta.\\d+)?$/"
    ]
  },
  "env": [
    "global={:MATTERMOST_CHANNEL=>\"'{\\\"dev\\\":\\\"feat---password-mgr\\\",\\\"beta\\\":\\\"feat---password-mgr,publication\\\",\\\"stable\\\":\\\"feat---password-mgr,publication\\\"}'\"}=GITHUB_TOKEN=[secure]=REGISTRY_TOKEN=[secure]=MATTERMOST_HOOK_URL=[secure]"
  ],
  "cache": {
    "yarn": true,
    "directories": [
      "node_modules"
    ]
  },
  "script": [
    "npm run lint",
    "npm run build:browser:prod"
  ],
  "before_install": [
    "sudo apt-get install libsecret-1-dev",
    "if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then openssl aes-256-cbc -K $encrypted_95a52b3b9b3c_key -iv $encrypted_95a52b3b9b3c_iv -in id_rsa_downcloud_cozy_pass_web.enc -out id_rsa_downcloud_cozy_pass_web -d; fi",
    "if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then eval \"$(ssh-agent -s)\"; fi",
    "if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then chmod 600 id_rsa_downcloud_cozy_pass_web; fi",
    "if [ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ]; then ssh-add id_rsa_downcloud_cozy_pass_web; fi"
  ],
  "before_deploy": [
    "yarn add cozy-app-publish"
  ],
  "deploy": [
    {
      "provider": "script",
      "skip_cleanup": true,
      "script": "yarn cozyPublish",
      "on": {
        "branch": [
          "master"
        ]
      }
    },
    {
      "provider": "script",
      "skip_cleanup": true,
      "script": "yarn cozyPublish",
      "on": {
        "tags": true
      }
    }
  ],
  "jobs": {
    "fast_finish": true
  }
}