Skip to content

Commit

Permalink
make.yaml - don't run the docker, it will run forever
Browse files Browse the repository at this point in the history
It will start the protocol translator and well, it will never
stop running.
  • Loading branch information
JanneKiiskila committed Dec 11, 2023
1 parent d4bd043 commit 92a1ae7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,4 @@ jobs:
run: git submodule update --init --recursive
- name: Docker build
run: docker build -t pt-example:latest -f ./Dockerfile.pt-example .
- name: Docker run
run: docker run -v /tmp:/tmp pt-example:latest





# Don't run it - it will run forever essentially.

0 comments on commit 92a1ae7

Please sign in to comment.