Skip to content

Commit b65ae50

Browse files
committed
Add debug statements
1 parent c9ab5a9 commit b65ae50

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.cirrus.yml

+9
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,15 @@ linux_task:
111111
allow_failures: true # Experimental
112112
install_script:
113113
- python -m pip install --upgrade pip tox pipx
114+
debug_coveralls_script:
115+
- echo $CI_NAME
116+
- echo $CI_BRANCH
117+
- echo $CI_PULL_REQUEST
118+
- echo $CI_BUILD_NUMBER
119+
- echo $CI_BUILD_URL
120+
- echo $CI_JOB_ID
121+
- echo $COVERALLS_PARALLEL
122+
- echo $COVERALLS_FLAG_NAME
114123
<<: *test-template
115124

116125
mamba_task:

0 commit comments

Comments
 (0)