Skip to content

Commit c6c025e

Browse files
committed
Remove unnecessary registration-url parameter from CI deploy
The registration_url parameter is optional and doesn't need to be set in tests. The test already verifies the feature is present and running.
1 parent 3be9220 commit c6c025e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ jobs:
153153
--add-feature remote-execution \
154154
--add-feature bmc \
155155
--add-feature registration \
156-
--registration-url https://quadlet.example.com:8443 \
157156
${{ matrix.iop == 'enabled' && '--add-feature iop' || '' }}
158157
- name: Run tests
159158
run: |

0 commit comments

Comments
 (0)