chore(cas-eleves): There is no real build phase
This commit is contained in:
parent
411795c664
commit
59aaf015dd
1 changed files with 2 additions and 3 deletions
|
@ -54,11 +54,10 @@ let
|
|||
export CREDENTIALS_DIRECTORY=$(pwd)/.credentials
|
||||
'';
|
||||
|
||||
buildPhase = ''
|
||||
mkdir -p $out/static
|
||||
'';
|
||||
doBuild = false;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/static
|
||||
python3 manage.py collectstatic
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue