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