Skip to content

Commit

Permalink
fix: typo in release target
Browse files Browse the repository at this point in the history
  • Loading branch information
raelga committed Jul 31, 2020
1 parent 788fe0b commit 851cf5b
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 @@ -11,7 +11,7 @@ help:
| awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print $$1}}' \
| egrep -v -e '^[^[:alnum:]]' -e '^$@$$' | sort

build-all-release: build push-$(CI_TAG)
build-all-release: build build-$(CI_TAG)

push-all-release: push push-$(CI_TAG)

Expand Down

0 comments on commit 851cf5b

Please sign in to comment.