bash scripts path fix
This commit is contained in:
@@ -17,7 +17,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
MYSQL_PASSWORD: touchh
|
MYSQL_PASSWORD: touchh
|
||||||
commands:
|
commands:
|
||||||
- chmod +x ./bin/update.sh
|
- chmod +x bin/update.sh
|
||||||
- ./bin/update.sh
|
- ./bin/update.sh
|
||||||
|
|
||||||
# Шаг 3: Миграция базы данных
|
# Шаг 3: Миграция базы данных
|
||||||
@@ -26,7 +26,6 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
MYSQL_PASSWORD: touchh
|
MYSQL_PASSWORD: touchh
|
||||||
commands:
|
commands:
|
||||||
- chmod +x ./bin/cli.sh
|
|
||||||
- ./bin/cli migrate
|
- ./bin/cli migrate
|
||||||
|
|
||||||
# Шаг 4: Тестирование
|
# Шаг 4: Тестирование
|
||||||
|
|||||||
Reference in New Issue
Block a user