Showing
2 changed files
with
4 additions
and
4 deletions
... | ... | @@ -7,7 +7,7 @@ build: |
7 | 7 | cp ../../dao/src/main/resources/demo-data.cql . |
8 | 8 | cp ../../dao/src/main/resources/system-data.cql . |
9 | 9 | docker build --pull -t ${PROJECT}/${APP}:${VERSION} . |
10 | + rm schema.cql demo-data.cql system-data.cql | |
10 | 11 | |
11 | 12 | push: build |
12 | - docker push ${PROJECT}/${APP}:${VERSION} | |
13 | - rm schema.cql demo-data.cql system-data.cql | |
\ No newline at end of file | ||
13 | + docker push ${PROJECT}/${APP}:${VERSION} | |
\ No newline at end of file | ... | ... |
... | ... | @@ -5,7 +5,7 @@ APP=application |
5 | 5 | build: |
6 | 6 | cp ../../application/target/thingsboard.deb . |
7 | 7 | docker build --pull -t ${PROJECT}/${APP}:${VERSION} . |
8 | + rm thingsboard.deb | |
8 | 9 | |
9 | 10 | push: build |
10 | - docker push ${PROJECT}/${APP}:${VERSION} | |
11 | - rm thingsboard.deb | |
\ No newline at end of file | ||
11 | + docker push ${PROJECT}/${APP}:${VERSION} | |
\ No newline at end of file | ... | ... |