always rebuild webui on 'make image'
and introduce a new make target image-dirty that is used for the Traefik deployment.
This commit is contained in:
parent
7aabd6e385
commit
dbf6161fa1
2 changed files with 8 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ before_deploy:
|
|||
docker version;
|
||||
pip install --user -r requirements.txt;
|
||||
make -j${N_MAKE_JOBS} crossbinary-parallel;
|
||||
make image;
|
||||
make image-dirty;
|
||||
mkdocs build --clean;
|
||||
tar cfz dist/traefik-${VERSION}.src.tar.gz --exclude-vcs --exclude dist .;
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue