chore: stop sharing a cache with the binary the audit job runs
This commit is contained in:
@@ -9,7 +9,7 @@ pub enum Django {
|
||||
/// Start a bash session in a fresh django container
|
||||
Bash,
|
||||
|
||||
/// Prepare empty management command 'command' in app 'app'
|
||||
/// Prepare an empty management command NAME in the app at APP
|
||||
MakeCommand { app: PathBuf, name: String },
|
||||
|
||||
/// Run Django's manage.py makemigrations
|
||||
|
||||
Reference in New Issue
Block a user