Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Renato L. de F. Cunha <[email protected]>
  • Loading branch information
rafaspadilha and renatolfc authored Oct 21, 2024
1 parent bc91525 commit d7bb670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ local: cluster restore-git-lfs local-rest-api local-cache local-worker local-orc
revert: cluster revert-rest-api revert-cache revert-worker revert-orchestrator ## Reverts all images to the official version

restore-git-lfs:
git lfs pull
git lfs pull || echo "git lfs was not found. Please see https://git-lfs.com/ to install it." && exit 1

services-base: resources/docker/Dockerfile-services-base
@docker manifest inspect `$(subst FILE,$<,$(base_image_name))` || \
Expand Down

0 comments on commit d7bb670

Please sign in to comment.