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 96dc47c commit e564ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
name=$(docker ps | awk 'NR > 1 {print $1; exit}')
echo $name
docker exec $name /bin/sh -c 'mysql -u root -p root < /script.sql'
docker exec $name /bin/sh -c 'mysql -u root -p root < ./script.sql'
shell: bash

#테스트를 위한 redis 설정
Expand Down

0 comments on commit e564ce1

Please sign in to comment.