Skip to content

Commit

Permalink
chore: fix DATALENS_UI_FOLDER for e2e taskfile (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsds authored May 2, 2024
1 parent a34d3fc commit 11d93bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/e2e/Taskfile.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 3

vars:
DATALENS_UI_FOLDER: '{{.DATALENS_UI_FOLDER | default "../../../../datalens-ui"}}'
DATALENS_UI_FOLDER: '{{.DATALENS_UI_FOLDER | default "datalens-ui"}}'

CONTROL_API_TARGET: "dl_control_api"
CONTROL_API_TAG: '{{.CONTROL_API_TAG | default "control-api:test"}}'
Expand Down

0 comments on commit 11d93bd

Please sign in to comment.