generated from PlexSheep/rs-base
Merge branch 'devel' of https://git.cscherr.de/PlexSheep/autocrate into devel
cargo devel CI / cargo CI (push) Failing after 1m42s
Details
cargo devel CI / cargo CI (push) Failing after 1m42s
Details
This commit is contained in:
commit
f12f5763d1
|
@ -1,4 +1,4 @@
|
|||
use crate::{config::Config, error::*};
|
||||
pub async fn publish(cfg: &Config) -> Result<()> {
|
||||
pub async fn publish(_cfg: &Config) -> Result<()> {
|
||||
todo!()
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
use crate::{config::Config, error::*, serverapi::ApiCollection};
|
||||
|
||||
pub async fn release(cfg: &Config, apis: &mut ApiCollection) -> Result<()> {
|
||||
pub async fn release(_cfg: &Config, _apis: &mut ApiCollection) -> Result<()> {
|
||||
// TODO: git tag
|
||||
// TODO: push to each server
|
||||
|
||||
|
|
Loading…
Reference in New Issue