Skip to content

Commit

Permalink
NO-JIRA: chore(tests): fix NOTEBOOK_REPO_BRANCH_BASE so it points t…
Browse files Browse the repository at this point in the history
…o 2024a branch and tests fetch the right test data
  • Loading branch information
jiridanek committed Dec 18, 2024
1 parent b301096 commit ddc595f
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 @@ -37,7 +37,7 @@ OS_ARCH=$(shell go env GOOS)/$(shell go env GOARCH)
IMAGE_TAG ?= $(RELEASE)_$(DATE)
KUBECTL_BIN ?= bin/kubectl
KUBECTL_VERSION ?= v1.23.11
NOTEBOOK_REPO_BRANCH_BASE ?= https://raw.githubusercontent.com/opendatahub-io/notebooks/main
NOTEBOOK_REPO_BRANCH_BASE ?= https://raw.githubusercontent.com/opendatahub-io/notebooks/2024a
REQUIRED_RUNTIME_IMAGE_COMMANDS="curl python3"
REQUIRED_CODE_SERVER_IMAGE_COMMANDS="curl python oc code-server"
REQUIRED_R_STUDIO_IMAGE_COMMANDS="curl python oc /usr/lib/rstudio-server/bin/rserver"
Expand Down

0 comments on commit ddc595f

Please sign in to comment.