Skip to content

Commit

Permalink
wip: rip out some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-pie committed Aug 23, 2024
1 parent dd679af commit 1ce18c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ YELLOW = \x1b[33m
BLUE = \x1b[36m
RED = \x1b[31m
RESET_COLOR = \x1b[0m
PIPELINEWISE_HOME="${FOO:-default value}"
PIPELINEWISE_HOME="${FOO:/opt/pipelinewise/dev-project}"
VENV_DIR = ${PIPELINEWISE_HOME}/.virtualenvs

start_time:=$(shell date +%s)
Expand Down

0 comments on commit 1ce18c3

Please sign in to comment.