Skip to content

Commit

Permalink
das-toolbox-146: Change pwd to CURDIR variable
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Dec 17, 2024
1 parent 37f60b3 commit c23201a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
with:
name: ${{inputs.binary-artifact-name}}
path: dist/*
if-no-files-found: "error"

integration-tests:
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif
./scripts/debian_changelog.sh "$(DAS_CLI_VERSION)"

build: docker-build
docker run --rm -v "$(pwd)/dist/":/app/das/dist -e DAS_CLI_VERSION=$(DAS_CLI_VERSION) das-cli:latest
@docker run --rm -v "$(CURDIR)/dist/":/app/das/dist -e DAS_CLI_VERSION=$(DAS_CLI_VERSION) das-cli:latest

docker-build-jupyter-notebook:
@docker build -f .docker/Dockerfile.jupyter-notebook -t trueagi/das:latest-jupyter-notebook .
Expand Down

0 comments on commit c23201a

Please sign in to comment.