fix: CI: write sed output to config file & rm init conductor from make dev-env
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
61fe325db0
commit
87f39721c9
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,7 @@ pipeline:
|
|||
- rustup component add rustfmt
|
||||
- rustup component add clippy
|
||||
# rewrite conducotr configuration
|
||||
- sed 's%url = "http:\/\/localhost:5000"%http:\/\/librepages-conductor:5000%' config/default.toml
|
||||
- sed -i 's%url = "http:\/\/localhost:5000"%http:\/\/librepages-conductor:5000%' config/default.toml
|
||||
- make dev-env
|
||||
- make migrate
|
||||
- make lint
|
||||
|
|
1
Makefile
1
Makefile
|
@ -24,7 +24,6 @@ coverage: ## Generate HTML code coverage
|
|||
dev-env: ## Download development dependencies
|
||||
npm install
|
||||
cargo fetch
|
||||
./scripts/conductor.sh
|
||||
|
||||
doc: ## Prepare documentation
|
||||
cargo doc --no-deps --workspace --all-features
|
||||
|
|
Loading…
Reference in a new issue