diff --git a/.woodpecker.yml b/.woodpecker.yml index e3f5a19..3d0b3bd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 diff --git a/Makefile b/Makefile index e4c05a5..6c0fc33 100644 --- a/Makefile +++ b/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