Skip to content

Commit

Permalink
Adjust of the makefile to the webhook implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Dec 19, 2023
1 parent 1c89399 commit 60022d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ Variables:
- CONTROLLER network address:port for the controller client
(must be reachable from the container network)
currently: $(CONTROLLER)
- WEBHOOK_RECEIVER_URL network url for the receiver endpoint
(must be reachable from the container network)
currently: $(WEBHOOK_RECEIVER_URL)
EOF
endef
export HELP
Expand Down Expand Up @@ -70,7 +67,6 @@ run: $(DATA)
--mount type=bind,source=$(PRIVATE),target=/id_rsa \
-e UID=$(UID) -e GID=$(GID) -e UMASK=$(UMASK) \
-e CONTROLLER=$(CONTROLLER_HOST):$(CONTROLLER_PORT_SSH) \
-e WEBHOOK_RECEIVER_URL=$(WEBHOOK_RECEIVER_URL) \
-e ASYNC=false \
$(TAGNAME)

Expand Down

0 comments on commit 60022d9

Please sign in to comment.