-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plays for building the Q2-2018 release.
Towards FOLIO-1355.
- Loading branch information
1 parent
33c93f4
commit 181c79a
Showing
3 changed files
with
94 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
# Variables for building a FOLIO release | ||
okapi_pull: true | ||
okapi_pull_timeout: 600 | ||
auth_required: true | ||
load_mods_larger: true | ||
enable_okapi: true | ||
deploy_url: https://cdn.rawgit.com/folio-org/folio-testing-platform/Q2-2018/okapi-install.json | ||
enable_url: https://cdn.rawgit.com/folio-org/folio-testing-platform/Q2-2018/stripes-install.json | ||
|
||
# Variables for building UI | ||
stripes_github_project: https://github.com/folio-org/folio-testing-platform | ||
stripes_github_version: Q2-2018 | ||
folio_npm_repo: npm-folioci | ||
okapi_register_modules: no | ||
okapi_enable_modules: no | ||
platform_remove_lock: no | ||
with_sourcemap: no | ||
|
||
# Metadata for CI build | ||
version: Q2-2018 |