mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-28 22:04:28 +08:00
7 lines
116 B
Bash
Executable file
Vendored
7 lines
116 B
Bash
Executable file
Vendored
#!/bin/bash
|
|
|
|
set -eo pipefail
|
|
|
|
# Run the deployment phase with support for action hooks.
|
|
|
|
exec powershift image run
|