This commit is contained in:
parent
409b2be66d
commit
97b59a7576
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ pipeline:
|
|||
- rustup component add rustfmt
|
||||
- rustup component add clippy
|
||||
# rewrite conducotr configuration
|
||||
- sed -i 's%url = "http:\/\/localhost:5000"%http:\/\/librepages-conductor:5000%' config/default.toml
|
||||
- sed -i 's%url = "http:\/\/localhost:5000"%url = "http:\/\/librepages-conductor:5000"%' config/default.toml
|
||||
- make dev-env
|
||||
- make migrate
|
||||
- make lint
|
||||
|
|
Loading…
Reference in a new issue