All checks were successful
Build and Publish / build-release (push) Successful in 1m20s
6 lines
110 B
Bash
Executable File
6 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
cd -P -- "$(dirname -- "$0")"
|
|
exec ./customer_service eval CustomerService.Release.migrate
|