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

[VO-740] feat(nextcloud): Show trash #3187

Merged
merged 9 commits into from
Jul 22, 2024

feat: Update cozy-client from 48.9.0 to 48.11.0

10f846a
Select commit
Loading
Failed to load commit list.
Merged

[VO-740] feat(nextcloud): Show trash #3187

feat: Update cozy-client from 48.9.0 to 48.11.0
10f846a
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jul 22, 2024 in 5m 23s

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 #3187 [VO-740] feat(nextcloud): Show trash.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Node.js ENV OS State
15202.1 Lint 20 MATTERMOST_CHANNEL='{"dev":"appvengers","beta":"appvengers,publication","stable":"appvengers,publication"}' Linux passed
15202.2 Unit tests 20 MATTERMOST_CHANNEL='{"dev":"appvengers","beta":"appvengers,publication","stable":"appvengers,publication"}' Linux passed
15202.3 Build app 20 MATTERMOST_CHANNEL='{"dev":"appvengers","beta":"appvengers,publication","stable":"appvengers,publication"}' Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Jammy)
Node.js Version 20
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "node_js": [
    "20"
  ],
  "cache": {
    "npm": false
  },
  "branches": {
    "only": [
      "master",
      "/^\\d+\\.\\d+\\.\\d+(\\-beta.\\d+)?$/"
    ]
  },
  "env": [
    "global={:MATTERMOST_CHANNEL=>\"'{\\\"dev\\\":\\\"appvengers\\\",\\\"beta\\\":\\\"appvengers,publication\\\",\\\"stable\\\":\\\"appvengers,publication\\\"}'\"}=GITHUB_TOKEN=[secure]=TX_PASSWD=[secure]=REGISTRY_TOKEN=[secure][secure]=MATTERMOST_HOOK_URL=[secure]=ANDROID_KEYSTORE_PASS=[secure]=GH_TOKEN=[secure]=TX_TOKEN=[secure]"
  ],
  "jobs": {
    "include": [
      {
        "name": "Lint",
        "script": [
          "yarn lint"
        ]
      },
      {
        "name": "Unit tests",
        "script": [
          "yarn test"
        ]
      },
      {
        "name": "Build app",
        "before_script": [
          "[ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ] && openssl aes-256-cbc -K $encrypted_2911d206c096_key -iv $encrypted_2911d206c096_iv -in id_ed25519_downcloud_drive.enc -out id_ed25519_downcloud_drive -d",
          "[ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ] && eval \"$(ssh-agent -s)\"",
          "[ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ] && chmod 600 id_ed25519_downcloud_drive",
          "[ \"$TRAVIS_SECURE_ENV_VARS\" != \"false\" ] && ssh-add id_ed25519_downcloud_drive"
        ],
        "script": [
          "yarn build",
          "yarn bundlemon"
        ],
        "before_deploy": [
          "yarn add cozy-app-publish"
        ],
        "deploy": [
          {
            "repo": "cozy/cozy-drive",
            "provider": "script",
            "skip_cleanup": true,
            "script": "yarn run deploy",
            "on": {
              "branch": [
                "master"
              ]
            }
          },
          {
            "repo": "cozy/cozy-drive",
            "provider": "script",
            "skip_cleanup": true,
            "script": "yarn run deploy",
            "on": {
              "tags": true
            }
          }
        ]
      }
    ]
  }
}