Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Public
suvit-gitlab
Commits
74fae5ce
Commit
74fae5ce
authored
5 years ago
by
Andrey Mironov
Browse files
Options
Download
Email Patches
Plain Diff
odoo from dump.suvit.ru
parent
cdf67fcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
main.yml
main.yml
+2
-1
No files found.
main.yml
View file @
74fae5ce
...
...
@@ -52,7 +52,8 @@ tests:
-
rm ${VENDOR}/maintainer-quality-tools/travis/phantomjs ||
true
-
|
if ! [ -d ${VENDOR}/odoo ]; then
wget -q -nc -P ${VENDOR}/ https://github.com/${ODOO_REPO}/archive/${VERSION}.zip;
# wget -q -nc -P ${VENDOR}/ https://github.com/${ODOO_REPO}/archive/${VERSION}.zip;
wget -q -nc -P ${VENDOR}/ https://dump.suvit.ru/odoo/${VERSION}/${VERSION}.zip --user dump --password ${DUMP_PASSWORD};
which unzip || ( apt-get update -y -qq && apt-get install unzip -y -qq );
unzip -qn ${VENDOR}/${VERSION}.zip -d ${VENDOR}/ && rm -vf ${VENDOR}/${VERSION}.zip;
mv -vf ${VENDOR}/odoo-${VERSION} ${VENDOR}/odoo;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment