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
|
export CREDENTIALS_DIRECTORY=$(pwd)/.credentials
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
doBuild = false;
|
||||||
mkdir -p $out/static
|
|
||||||
'';
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
mkdir -p $out/static
|
||||||
python3 manage.py collectstatic
|
python3 manage.py collectstatic
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue