Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
chensun committed Jan 25, 2022
1 parent c491650 commit 38326ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/v2/test/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REPO_ROOT=../..
REPO_ROOT=../../../..

# These vars are expected in .env:
# GCS_ROOT=gs://$(PROJECT)/v2-sample-test
Expand Down Expand Up @@ -58,7 +58,7 @@ context:
# as expected.
cd $(REPO_ROOT); \
stash=$$(git stash create); \
git archive --format=tar "$${stash:-HEAD}" | gzip >v2/test/tmp/context.tar.gz
git archive --format=tar "$${stash:-HEAD}" | gzip >backend/src/v2/test/tmp/context.tar.gz

.PHONY: mlmd-port-forward
mlmd-port-forward:
Expand Down

0 comments on commit 38326ae

Please sign in to comment.