We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376a271 commit 9664752Copy full SHA for 9664752
dev/tasks/macros.jinja
@@ -15,7 +15,7 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-{%- macro github_header() -%}
+{%- macro github_header(archery_debug=True) -%}
19
# NOTE: must set "Crossbow" as name to have the badge links working in the
20
# github comment reports!
21
name: Crossbow
@@ -25,7 +25,9 @@ on:
25
- "*-github-*"
26
27
env:
28
+ {% if archery_debug %}
29
ARCHERY_DEBUG: 1
30
+ {% endif %}
31
ARCHERY_USE_DOCKER_CLI: 1
32
{% endmacro %}
33
dev/tasks/python-wheels/github.windows.yml
@@ -17,7 +17,7 @@
{% import 'macros.jinja' as macros with context %}
-{{ macros.github_header() }}
+{{ macros.github_header(archery_debug=False) }}
22
jobs:
23
build:
0 commit comments