Skip to content

Commit

Permalink
fix: docker container is not running
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenglinli committed Aug 25, 2023
1 parent 010e122 commit 3d8c255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ jobs:
docker run -v /home/src/:/home/ -p 3306:3306 stoneatom/stonedb80_buildenv /bin/bash
ContainerID=$(docker ps -a --filter ancestor=stoneatom/stonedb80_buildenv --format "{{.ID}}")
docker start $ContainerID
sleep 6s
docker exec $ContainerID git clone -b stonedb-8.0-dev https://github.com/stoneatom/stonedb.git
docker exec $ContainerID cd stonedb
docker exec $ContainerID mkdir build
Expand Down

0 comments on commit 3d8c255

Please sign in to comment.