Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9df5c6

Browse files
committed
ci: Fix dogfood installation by forcing default configurations
The dpkg prompt to override config files was appearing, but this will auto-approve it.
1 parent bf00487 commit c9df5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
gcloud config set project coder-dogfood
337337
gcloud config set compute/zone us-central1-a
338338
gcloud compute scp ./dist/coder_*_linux_amd64.deb coder:/tmp/coder.deb
339-
gcloud compute ssh coder -- sudo dpkg -i /tmp/coder.deb
339+
gcloud compute ssh coder -- sudo dpkg -i --force-confdef /tmp/coder.deb
340340
gcloud compute ssh coder -- sudo systemctl daemon-reload
341341
342342
- name: Start

0 commit comments

Comments
 (0)