Updated to jenkins and gitea #4
@@ -3,12 +3,6 @@ use std::fs;
 | 
				
			|||||||
use std::fs::File;
 | 
					use std::fs::File;
 | 
				
			||||||
use std::os::unix::process::CommandExt;
 | 
					use std::os::unix::process::CommandExt;
 | 
				
			||||||
use std::path::Path;
 | 
					use std::path::Path;
 | 
				
			||||||
use serde::Deserialize;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#[derive(Debug, Deserialize)]
 | 
					 | 
				
			||||||
struct PackageEntry {
 | 
					 | 
				
			||||||
    version: String
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
const GITEA_KEY: &str = "786666bd8bce93c562c4fc4c83933faa6cbdc802";
 | 
					const GITEA_KEY: &str = "786666bd8bce93c562c4fc4c83933faa6cbdc802";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user