Skip to content
Snippets Groups Projects
Commit 51c9468c authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Remove dist before building

parent de1594a1
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ clean:
find . -name '*.pyc' -exec rm {} \;
build:
rm -f dist/arkindex-*.tar.gz
python setup.py sdist
docker build --no-cache $(ROOT_DIR) -t $(TAG_APP):$(VERSION) -t $(TAG_APP):latest --build-arg PONOS_BRANCH=$(PONOS_BRANCH) --build-arg COMMON_BRANCH=$(COMMON_BRANCH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment