Skip to content

Commit

Permalink
fix: free up space again
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenglinli committed Jul 3, 2023
1 parent fd5b7cf commit 5a1d394
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,11 @@ jobs:
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Set up StoneDB
run: |
echo "df -H"
df -H
echo "docker pull stoneatom/stonedb"
docker pull stoneatom/stonedb
echo "docker run -p 3306:3306 -itd -e MYSQL_ROOT_PASSWORD='123456' stoneatom/stonedb"
docker run -p 3306:3306 -itd -e MYSQL_ROOT_PASSWORD='123456' stoneatom/stonedb
echo "docker ps"
docker ps
ContainerID=$(docker ps --filter ancestor=stoneatom/stonedb --format "{{.ID}}")
echo $ContainerID
docker exec $ContainerID bash
- name: Set up JDK 11
uses: actions/setup-java@v1.4.4
Expand Down

0 comments on commit 5a1d394

Please sign in to comment.