Merge pull request #12385 from thaJeztah/engine_upstream_url

Use 20.10 release branch for upstream engine resources
This commit is contained in:
Usha Mandya 2021-02-25 12:05:07 +00:00 committed by GitHub
commit 02662c188a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -14,8 +14,7 @@
ARG JEKYLL_ENV=development
# Engine
# TODO change to 20.10 branch, once created
ARG ENGINE_BRANCH="master"
ARG ENGINE_BRANCH="20.10"
# Distribution
ARG DISTRIBUTION_BRANCH="release/2.7"