Skip to content

Commit

Permalink
ci(codespace): remove duplicates in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Gutbub committed Jan 24, 2024
1 parent 08f8ade commit da80a9e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -211,19 +211,6 @@ codespace.hostname: ${APP_DIR}/.env.local ## Init the SYLIUS_FIXTURES_HOSTNAME v
echo SYLIUS_FIXTURES_HOSTNAME=${CODESPACE_NAME}-8000.${GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN} >> ${APP_DIR}/.env.local
endif

${APP_DIR}/.env.local:
touch ${APP_DIR}/.env.local


###
### GITHUB CODESPACES
### ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

codespace.hostname: ${APP_DIR}/.env.local ## Init the SYLIUS_FIXTURES_HOSTNAME variable in .env.local
ifdef CODESPACES
echo SYLIUS_FIXTURES_HOSTNAME=${CODESPACE_NAME}-8000.${GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN} >> ${APP_DIR}/.env.local
endif

${APP_DIR}/.env.local:
touch ${APP_DIR}/.env.local

Expand Down

0 comments on commit da80a9e

Please sign in to comment.