Skip to content

Commit 9e71607

Browse files
committed
Disable check on launchpad login
The check seems to require an interactive confirmation which doesn't work on CI
1 parent 749db4f commit 9e71607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/synchronize-launchpad.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
(cd "$GITHUB_WORKSPACE" && git fast-export -M --all) | (cd bzr-repo && bzr fast-import -)
3535
3636
- name: Login to launchpad
37-
run: bzr launchpad-login ${{ secrets.LAUNCHPAD_USER }}
37+
run: bzr launchpad-login --no-check ${{ secrets.LAUNCHPAD_USER }}
3838

3939
- name: Upload to launchpad
4040
working-directory: bzr-repo/trunk

0 commit comments

Comments
 (0)