File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Synchronize with Launchpad
66
77on :
88 push :
9- branches : [ master ]
9+ branches : [ master, test ]
1010 workflow_dispatch :
1111
1212jobs :
1616 - name : Install dependencies
1717 run : |
1818 sudo apt-get -o Acquire::Retries=3 update
19- sudo apt-get -o Acquire::Retries=3 install -y openssh-client git bzr-fastimport
19+ sudo apt-get -o Acquire::Retries=3 upgrade -y
20+ sudo apt-get -o Acquire::Retries=3 install -y bzr-fastimport
21+ pip list
2022
2123 - uses : actions/checkout@v4
2224 with :
3436 (cd "$GITHUB_WORKSPACE" && git fast-export -M --all) | (cd bzr-repo && bzr fast-import -)
3537
3638 - name : Login to launchpad
37- run : bzr launchpad-login ${{ secrets.LAUNCHPAD_USER }}
39+ run : bzr launchpad-login --verbose ${{ secrets.LAUNCHPAD_USER }}
3840
3941 - name : Upload to launchpad
4042 working-directory : bzr-repo/trunk
You can’t perform that action at this time.
0 commit comments