fix(ci): keep pipeline manifest valid
This commit is contained in:
@@ -280,13 +280,13 @@ spec:
|
||||
sleep 1
|
||||
done
|
||||
CQ_MGR_PORT="$(python3 - <<'PY'
|
||||
import socket
|
||||
s = socket.socket()
|
||||
s.bind(("127.0.0.1", 0))
|
||||
print(s.getsockname()[1])
|
||||
s.close()
|
||||
PY
|
||||
)"
|
||||
import socket
|
||||
s = socket.socket()
|
||||
s.bind(("127.0.0.1", 0))
|
||||
print(s.getsockname()[1])
|
||||
s.close()
|
||||
PY
|
||||
)"
|
||||
DATABASE_URL="postgres://unidesk_ci:unidesk_ci_password@127.0.0.1:$CQ_MGR_DB_PORT/unidesk_ci" \
|
||||
HOST=127.0.0.1 \
|
||||
PORT="$CQ_MGR_PORT" \
|
||||
|
||||
Reference in New Issue
Block a user