Skip to content
Snippets Groups Projects
Verified Commit e2b1039a authored by orestis.malaspin's avatar orestis.malaspin
Browse files

fixed makefile

parent 11950a4a
No related branches found
No related tags found
No related merge requests found
Pipeline #38233 passed
......@@ -25,8 +25,8 @@ docker_clean: docker-compose.yml
puppeteer:
@echo "Setting chromium to $(CHROMIUM) for puppeteer"
# @echo -e "{\n\"executablePath\":" \"$(CHROMIUM)\" ",\n\"args\": [\"--no-sandbox\"]\n}" > .puppeteer.json
@echo "{\n\"executablePath\":" \"$(CHROMIUM)\" ",\n\"args\": [\"--no-sandbox\"]\n}" > .puppeteer.json
@echo -e "{\n\"executablePath\":" \"$(CHROMIUM)\" ",\n\"args\": [\"--no-sandbox\"]\n}" > .puppeteer.json
# @echo "{\n\"executablePath\":" \"$(CHROMIUM)\" ",\n\"args\": [\"--no-sandbox\"]\n}" > .puppeteer.json
index.md: gen_index.sh
$(shell ./gen_index.sh)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment