Skip to content

Commit

Permalink
Reorder make vars for proper expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Jun 24, 2020
1 parent ce461b2 commit ed38712
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
@@ -1,13 +1,13 @@
NB_UID := $(shell id -u)
NB_GID := $(shell id -g)

BDIST_WHEEL := dist/rsconnect_jupyter-$(VERSION)-py2.py3-none-any.whl
IMAGE := rstudio/rsconnect-jupyter-py
NOTEBOOKS_DIR := /notebooks
PORT := $(shell printenv PORT || echo 9999)
S3_PREFIX := s3://rstudio-connect-downloads/connect/rsconnect-jupyter
VERSION := $(shell pipenv run python setup.py --version 2>/dev/null || echo 'NOTSET')

BDIST_WHEEL := dist/rsconnect_jupyter-$(VERSION)-py2.py3-none-any.whl
JUPYTER_LOG_LEVEL ?= INFO

# NOTE: See the `dist` target for why this exists.
Expand Down

0 comments on commit ed38712

Please sign in to comment.