Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantAnxiety committed Feb 29, 2024
1 parent 8d14a39 commit 0b79e39
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/e2e/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ tasks:
cmds:
- echo $(pwd)
- ls -la
- echo $(ls -la)
- ls -la backend-configs
- echo $(ls -la backend-configs)
- cat docker-compose.e2e.yml
- ls -la {{.DATALENS_UI_FOLDER}}/tests/backend-configs || true
- cat {{.DATALENS_UI_FOLDER}}/tests/docker-compose.e2e.yml
- DOCKER_USER="$(id -u):$(id -g)" docker compose
-f {{.DATALENS_UI_FOLDER}}/tests/docker-compose.e2e.yml
-f docker-compose.e2e-dev-backend.yaml
Expand Down

0 comments on commit 0b79e39

Please sign in to comment.