Skip to content

Commit 6553676

Browse files
author
stephanie
committed
update running of .sh files
1 parent 29fa1b0 commit 6553676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ build_script:
103103
- echo %PATH%
104104

105105
# postgres
106-
- ./ci-helpers/postgres_setup.sh
106+
- sh ci-helpers\postgres_setup.sh
107107
# - psql createdb marchantariats
108108
# - psql -d marchantariats -a -f tests/usecasesql/marchantariats/marchantariats.sql
109109

110110

111111
# mysql
112-
- ./ci-helpers/mysql_setup.sh
112+
- sh ci-helpers\mysql_setup.sh
113113
# - mysql -e "drop database test; create database odm2;" --user=root
114114
# - mysql odm2 < tests/usecasesql/littlebearriver/sampledatabases/odm2_mysql/LBR_MySQL_SmallExample.sql --user=root
115115

0 commit comments

Comments
 (0)