Fix Makefile's all target (#3085)
- Rename get_dev_tools to devtools - tools and devtools now create a stamp after execution so that they are not executed twice on the same pipeline - Add clean target to remove stamps
This commit is contained in:
committed by
Jack Zampolin
parent
5a13e75367
commit
0c0bff7ea0
+1
-1
@@ -15,7 +15,7 @@ COPY . .
|
||||
|
||||
# Install minimum necessary dependencies, build Cosmos SDK, remove packages
|
||||
RUN apk add --no-cache $PACKAGES && \
|
||||
make get_tools && \
|
||||
make tools && \
|
||||
make get_vendor_deps && \
|
||||
make build && \
|
||||
make install
|
||||
|
||||
Reference in New Issue
Block a user