Skip to content

Commit

Permalink
updated onlyoffice build
Browse files Browse the repository at this point in the history
  • Loading branch information
umagmrit committed Jan 9, 2025
1 parent ef6f58a commit d14dcce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,23 +140,33 @@ workflows:
- checkout
context:
- docker-dev-registry
- oracle
- build_u20:
requires:
- checkout
context:
- oracle
- build_u18:
requires:
- checkout
context:
- oracle
- build_c9:
requires:
- checkout
context:
- docker-dev-registry
- oracle
- build_c8:
requires:
- checkout
context:
- oracle
- build_c7:
requires:
- checkout
context:
- oracle
- deploy_s3_hold:
type: approval
requires:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ all: clean zimbra-onlyoffice-pkg
########################################################################################################

ONLY_OFFICE_VERSION = 1.0
ONLY_OFFICE_URL="https://files.zimbra.com/downloads/onlyoffice/u14/zimbra-onlyoffice-v7.2.2.56.tar.gz"
ONLY_OFFICE_URL="${OCI_PAR_URL}downloads/onlyoffice/zimbra-onlyoffice-u16-v8.2.2.26.tar.gz"

stage-zimbra-onlyoffice-pkg: downloads
mkdir -p build/stage/zimbra-onlyoffice/opt/zimbra
Expand Down

0 comments on commit d14dcce

Please sign in to comment.