mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-28 18:41:27 +08:00
11 lines
227 B
Bash
Executable file
Vendored
11 lines
227 B
Bash
Executable file
Vendored
#!/bin/bash
|
|
|
|
set -eo pipefail
|
|
|
|
# Install 'powershift-cli[image]' package to add support for action hooks.
|
|
|
|
pip install powershift-cli[image]
|
|
|
|
# Run the build phase with support for action hooks.
|
|
|
|
exec powershift image assemble
|