File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ sources:
10
10
- https://github.com/pimutils/vdirsyncer
11
11
secrets :
12
12
- a36c8ba3-fba0-4338-b402-6aea0fbe771e
13
+ - 4d9a6dfe-5c8d-48bd-b864-a2f5d772c536
13
14
environment :
14
15
BUILD : test
15
16
CI : true
@@ -33,6 +34,19 @@ tasks:
33
34
# Non-system python is used for packages:
34
35
export PATH=$PATH:~/.local/bin/
35
36
make -e style
37
+ - check-secrets : |
38
+ # Stop here if this is a PR. PRs can't run with the below secrets.
39
+ [ -f ~/fastmail-secrets ] || complete-build
40
+ - extra-storages : |
41
+ set +x
42
+ source ~/fastmail-secrets
43
+ set -x
44
+
45
+ cd vdirsyncer
46
+ export PATH=$PATH:~/.local/bin/
47
+ DAV_SERVER=fastmail pytest tests/storage
48
+ - check-tag : |
49
+ # Stop here unless this is a tag.
36
50
git describe --exact-match --tags || complete-build
37
51
- publish : |
38
52
cd vdirsyncer
You can’t perform that action at this time.
0 commit comments