mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
8ec83543b8
commit
d85a96c48f
|
@ -28,7 +28,7 @@ provides:
|
||||||
test:
|
test:
|
||||||
env:
|
env:
|
||||||
PC_DISABLE_TUI: false
|
PC_DISABLE_TUI: false
|
||||||
PC_PORT_NUM: $(pkgx get-port)
|
PC_PORT_NUM: $(pkgx get-port | tail -n1)
|
||||||
dependencies:
|
dependencies:
|
||||||
pkgx.sh: ^1
|
pkgx.sh: ^1
|
||||||
script:
|
script:
|
||||||
|
@ -45,6 +45,9 @@ test:
|
||||||
hello:
|
hello:
|
||||||
condition: process_completed
|
condition: process_completed
|
||||||
- SETTINGS="$(process-compose info | sed '/^Settings/!d;s/^Settings. *//')"
|
- SETTINGS="$(process-compose info | sed '/^Settings/!d;s/^Settings. *//')"
|
||||||
- mkdir -p "$(dirname "$SETTINGS")"
|
- |
|
||||||
- touch "$SETTINGS"
|
if test -n "$SETTINGS"; then
|
||||||
|
mkdir -p "$(dirname "$SETTINGS")"
|
||||||
|
touch "$SETTINGS"
|
||||||
|
fi
|
||||||
- process-compose up
|
- process-compose up
|
||||||
|
|
Loading…
Reference in a new issue