Skip to content

Commit

Permalink
Prevent failure on version.sbt not existing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBrandes committed Jan 31, 2025
1 parent 4c5e0bc commit c1b6aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/metagraph-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get update && \
RUN git clone https://github.com/Constellation-Labs/tessellation.git && \
cd tessellation && \
git checkout $CHECKOUT_TESSELLATION_VERSION && \
rm -r version.sbt && \
rm -rf version.sbt && \
echo "ThisBuild / version := \"$TESSELLATION_VERSION_SEMVER\"" > version.sbt

RUN cd tessellation && \
Expand Down

0 comments on commit c1b6aa8

Please sign in to comment.