Fix build badge script ordering
This commit is contained in:
2
Makefile
2
Makefile
@@ -32,6 +32,7 @@ test:
|
|||||||
|
|
||||||
# CI/CD
|
# CI/CD
|
||||||
documents:
|
documents:
|
||||||
|
python scripts/update-build-badge.py
|
||||||
python scripts/make-documents.py docker.md.j2
|
python scripts/make-documents.py docker.md.j2
|
||||||
python scripts/make-documents.py docker-old.md.j2
|
python scripts/make-documents.py docker-old.md.j2
|
||||||
python scripts/make-documents.py seafile.md.j2
|
python scripts/make-documents.py seafile.md.j2
|
||||||
@@ -46,7 +47,6 @@ publish-images:
|
|||||||
|
|
||||||
publish-documents:
|
publish-documents:
|
||||||
bash scripts/publish-documents.sh
|
bash scripts/publish-documents.sh
|
||||||
python scripts/update-build-badge.py
|
|
||||||
|
|
||||||
save:
|
save:
|
||||||
mkdir -p tarballs/
|
mkdir -p tarballs/
|
||||||
|
|||||||
Reference in New Issue
Block a user