Skip to content

Commit 78fabcb

Browse files
committed
fmt
1 parent e8050be commit 78fabcb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/collector-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
run: |
160160
ansible-galaxy install -r ansible/requirements.yml
161161
ansible-playbook \
162-
-vvv \ # DEBUG
162+
-vvv \
163163
--connection local \
164164
-i localhost, \
165165
--limit localhost \
@@ -174,7 +174,7 @@ jobs:
174174
timeout-minutes: 480
175175
run: |
176176
ansible-playbook \
177-
-vvv \ # DEBUG
177+
-vvv \
178178
-i ansible/ci \
179179
-e build_hosts='job_id_${{ env.JOB_ID }}' \
180180
-e arch='${{ matrix.arch }}' \

.github/workflows/collector.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
collector_tag: ${{ inputs.collector-tag }}
7575
debug_mode: ${{ github.event_name == 'pull_request' }}
7676
driver_version: ${DRIVER_VERSION}
77-
use_ccache: ${( env.USE_CCACHE }}
77+
use_ccache: ${{ env.USE_CCACHE }}
7878
EOF
7979
8080
- name: Build images
@@ -85,7 +85,7 @@ jobs:
8585
timeout-minutes: 480
8686
run: |
8787
ansible-playbook \
88-
-vvv \ # DEBUG
88+
-vvv \
8989
--connection local \
9090
-i localhost, \
9191
--limit localhost \
@@ -161,14 +161,14 @@ jobs:
161161
collector_image: ${{ inputs.collector-image }}
162162
collector_tag: ${{ inputs.collector-tag }}
163163
debug_mode: ${{ github.event_name == 'pull_request' }}
164-
use_ccache: ${( env.USE_CCACHE }}
164+
use_ccache: ${{ env.USE_CCACHE }}
165165
EOF
166166
167167
- name: Build ${{ matrix.arch }} image
168168
timeout-minutes: 480
169169
run: |
170170
ansible-playbook \
171-
-vvv \ # DEBUG
171+
-vvv \
172172
-i ansible/ci \
173173
-e arch='${{ matrix.arch }}' \
174174
-e build_hosts='job_id_${{ env.JOB_ID }}' \

0 commit comments

Comments
 (0)