Skip to content

Commit

Permalink
Revert Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Jul 18, 2024
1 parent 0dbe836 commit 171780c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ALPINE_VERSION ?= 3.20
ROS_DISTRO ?= noetic
ROS_PYTHON_VERSION ?= 3
ROS_DISTRIBUTION_TYPE ?= ros1
UPDATE_OPTS ?=

IMAGE_TAG = $(ROS_DISTRO).v$(ALPINE_VERSION)

Expand All @@ -20,7 +19,7 @@ run:
-v ${HOME}/.netrc:/root/.netrc:ro \
-e ROS_PYTHON_VERSION=$(ROS_PYTHON_VERSION) \
-e ROS_DISTRIBUTION_TYPE=$(ROS_DISTRIBUTION_TYPE) \
$(UPDATER_NAME):$(IMAGE_TAG) $(UPDATE_OPTS)
$(UPDATER_NAME):$(IMAGE_TAG)

.PHONY: dry-run
dry-run:
Expand Down

0 comments on commit 171780c

Please sign in to comment.