Skip to content

Commit

Permalink
fix prepare-faster
Browse files Browse the repository at this point in the history
  • Loading branch information
derfurth committed Oct 11, 2023
1 parent ac24170 commit 7b7adc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ prepare-faster:
ARG stop=yes
LOCALLY
IF [ "$push" = "yes" ]
RUN docker pull $DB_SAVE_IMG_NAME
RUN docker pull $DB_SAVE_IMG_NAME || echo "Image $DB_SAVE_IMG_NAME not found in registry"
END
IF [ "docker image ls | grep db-save | grep $DL_TAG" ]
RUN echo "Image $DB_SAVE_IMG_NAME found, skipping..."
Expand Down

0 comments on commit 7b7adc4

Please sign in to comment.