Update clone step
This commit is contained in:
parent
24afa7b76a
commit
3d7f0454de
|
@ -12,8 +12,7 @@ steps:
|
|||
clone:
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git clone https://github.com/turt2live/matrix-media-repo.git .
|
||||
- git checkout v1.3.4
|
||||
- git clone --depth 1 --branch v1.3.4 https://github.com/turt2live/matrix-media-repo.git .
|
||||
docker:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [docker_username, docker_password]
|
||||
|
|
|
@ -9,7 +9,7 @@ steps:
|
|||
clone:
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git clone https://github.com/Feuerhamster/wattpad-downloader.git .
|
||||
- git clone --depth 1 https://github.com/Feuerhamster/wattpad-downloader.git .
|
||||
docker:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [docker_username, docker_password]
|
||||
|
|
|
@ -9,8 +9,7 @@ steps:
|
|||
clone:
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git clone https://gitnet.fr/deblan/woodpecker-email.git .
|
||||
- git checkout master
|
||||
- git clone --depth 1 --branch master https://gitnet.fr/deblan/woodpecker-email.git .
|
||||
docker:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [docker_username, docker_password]
|
||||
|
|
Loading…
Reference in a new issue