We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f6cfc commit de09852Copy full SHA for de09852
.circleci/config.yml
@@ -75,6 +75,11 @@ parameters:
75
type: "boolean"
76
77
workflows:
78
+ status:
79
+ jobs:
80
+ - "connectivity":
81
+ {}
82
+
83
ci:
84
when: "<< pipeline.parameters.run-tests >>"
85
jobs:
@@ -129,6 +134,21 @@ workflows:
129
134
when: "<< pipeline.parameters.build-images >>"
130
135
131
136
137
+ connectivity:
138
+ docker:
139
+ - image: "tahoelafsci/debian:11-py3.9"
140
+ shell: /bin/bash -exo pipefail
141
+ environment:
142
+ CIRCLE_REPOSITORY_URL: "https://github.com/LeastAuthority/tahoe-lafs.git"
143
144
+ steps:
145
+ - run:
146
+ name: "Print environment variables"
147
+ command: |
148
+ env | sort
149
+ - checkout:
150
151
132
152
finish-coverage-report:
133
153
docker:
154
- <<: *DOCKERHUB_AUTH
0 commit comments