Files
plain-ub-overfork/docker_start_cmd
2023-12-21 16:14:42 +05:30

10 lines
246 B
Bash

#!bin/sh
echo "${GH_TOKEN}" > ~/.git-credentials
git config --global credential.helper store
git clone -q --depth=1 "${UPSTREAM_REPO:-"https://github.com/thedragonsinn/plain-ub"}" ubot
cd ubot
pip -q install --no-cache-dir -r req*.txt
bash run