Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Feb 1, 2024
1 parent 609a487 commit 0e5235a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ includes:
@tools/generate-rdap-cases.pl "./etc/rdap conformance tool_v5.docx" > inc/rdap/rdapct-cases.yaml

yaml:
@ls -lR `pwd`
@echo Compiling YAML...
@ZM_VERSION="$(ZONEMASTER_VERSION)" gpp -x $(src).yaml.in > $(src).yaml
@echo wrote $(src).yaml
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ services:
context: .
args:
- ZONEMASTER_ENGINE_VERSION=$ZONEMASTER_ENGINE_VERSION
command: make -C /app
command: "sh -c \"git config --global --add safe.directory /app ; make -C /app\""
volumes:
- .:/app

0 comments on commit 0e5235a

Please sign in to comment.