Skip to content

Commit 16a2eaa

Browse files
abravalherihenryiii
authored andcommitted
Add debug statements
1 parent d6ff8da commit 16a2eaa

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
@@ -103,6 +103,15 @@ linux_task:
103103
allow_failures: true # RC
104104
install_script:
105105
- python -m pip install --upgrade pip tox pipx
106+
debug_coveralls_script:
107+
- echo $CI_NAME
108+
- echo $CI_BRANCH
109+
- echo $CI_PULL_REQUEST
110+
- echo $CI_BUILD_NUMBER
111+
- echo $CI_BUILD_URL
112+
- echo $CI_JOB_ID
113+
- echo $COVERALLS_PARALLEL
114+
- echo $COVERALLS_FLAG_NAME
106115
<<: *test-template
107116
alias: base-test
108117

0 commit comments

Comments
 (0)