fix: CI: write sed output to config file & rm init conductor from make dev-env
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2022-12-19 08:45:27 +05:30
parent 61fe325db0
commit 87f39721c9
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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