Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.drone.yml - github.com/nextcloud/passman-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eae6163762feeb738b783660353bb14e43211aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pipeline:
  clone:
    image: plugins/git
    depth: 1
  verified-check:
    image: python
    commands:
      - wget https://raw.githubusercontent.com/brantje/passman-ci/master/verified-check.py
      - pip install requests
      - python ./verified-check.py
    when:
      matrix:
        TESTS: verified-check
matrix:
  include:
    - TESTS: verified-check