mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
Add comment
This commit is contained in:
parent
bc06e08b5f
commit
26a7d59681
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ rm -fr /mnt/data/*
|
|||
# failed installation.
|
||||
rm -fr $ADDONS_DIR
|
||||
# Download the repository at git reference into $ADDONS_DIR.
|
||||
# We use curl instead of git clone because the git clone method used more than 1GB RAM,
|
||||
# which exceeded the default pod memory limit.
|
||||
mkdir -p $ADDONS_DIR
|
||||
cd $ADDONS_DIR
|
||||
curl -sSL https://github.com/${RUNBOAT_GIT_REPO}/tarball/${RUNBOAT_GIT_REF} | tar zxf - --strip-components=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue