We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053e6d6 commit 1f8718fCopy full SHA for 1f8718f
Makefile
@@ -62,6 +62,7 @@ envfile:
62
@if test -f ${ENV_FILE}; then echo ".env file exists already"; exit 1; fi
63
@mkdir -p $(shell dirname ${ENV_FILE}) && touch ${ENV_FILE}
64
@echo SECRET_KEY=\"${GET_SECRET_KEY}\" > ${ENV_FILE}
65
+ @echo COMPOSE_PROJECT_NAME=\"scancodeio\" >> ${ENV_FILE}
66
67
doc8:
68
@echo "-> Run doc8 validation"
0 commit comments