Skip to content

Commit 16772fc

Browse files
Update foremanctl deployment command in integration GHA
Update foremanctl deployment command in integration GHA as per the latest changes done in theforeman/foremanctl#490 (cherry picked from commit 7070612)
1 parent 80add45 commit 16772fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Run deployment
9797
working-directory: foremanctl
9898
run: |
99-
./foremanctl deploy --foreman-initial-admin-password=changeme --tuning development --add-feature hammer --add-feature foreman-proxy --add-feature remote-execution
99+
./foremanctl deploy --initial-admin-password=changeme --tuning development --add-feature hammer --add-feature foreman-proxy --add-feature remote-execution
100100
101101
- name: Run tests
102102
working-directory: foremanctl

0 commit comments

Comments
 (0)