Better Docker support #277

Merged
blacklight merged 66 commits from 276/better-docker into master 2023-09-04 02:49:15 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 867198a092 - Show all commits

View File

@ -30,7 +30,7 @@ steps:
- git config --global --add safe.directory $PWD
- git remote add github git@github.com:/BlackLight/platypush.git
- git pull --rebase github master
- git push --all -v github
- git push -f --all -v github
- name: docs
image: alpine