Skip to content

Commit

Permalink
chore: ci 파이프라인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dldmsql committed Mar 8, 2023
1 parent e564ce1 commit aa0d3fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
run: |
name=$(docker ps | awk 'NR > 1 {print $1; exit}')
echo $name
echo $(pwd)
docker exec $name /bin/sh -c 'mysql -u root -p root < ./script.sql'
shell: bash

Expand Down

0 comments on commit aa0d3fd

Please sign in to comment.