Back to famedly branch
Some checks failed
continuous-integration/drone Build is passing
continuous-integration/drone/tag Build is failing

This commit is contained in:
Aode (lion) 2022-02-04 11:10:17 -06:00
parent 4eade74f88
commit 7bce6230a6
2 changed files with 6 additions and 6 deletions

View file

@ -13,8 +13,8 @@ steps:
image: alpine/git:latest
user: root
commands:
- git clone 'https://gitlab.com/asonix/conduit.git' .
- git checkout asonix/encourage-reqwest-reuse
- git clone 'https://gitlab.com/famedly/conduit.git' .
- git checkout next
- git clone $DRONE_GIT_HTTP_URL meta/
- cd meta
- git checkout $DRONE_COMMIT
@ -54,8 +54,8 @@ steps:
image: alpine/git:latest
user: root
commands:
- git clone 'https://gitlab.com/asonix/conduit.git' .
- git checkout asonix/encourage-reqwest-reuse
- git clone 'https://gitlab.com/famedly/conduit.git' .
- git checkout next
- git clone $DRONE_GIT_HTTP_URL meta/
- cd meta
- git checkout $DRONE_COMMIT

View file

@ -1,7 +1,7 @@
[project]
kind = "git"
repository = "https://gitlab.com/asonix/conduit"
branch = "asonix/encourage-reqwest-reuse"
repository = "https://gitlab.com/famedly/conduit"
branch = "next"
recent = 8
language = "rust"
config = "Cargo.toml"