-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add parralelization * Add cosmos export to build steps * Add env variables for host and port cosmos * Try chmod for node_modules * Try chmod for cosmos-export * Set working dir to /tmp * use workspace for persistence * Revoke workspace (for now) * Add run with cosmos build in parallel * Opt for build and deploy in parallel * Remove chmod * Remove cosmos cache * Try ramdisk * Ramdisk everything * Use root for build process * Try exclusively using root * Wait on for visual regression * Use alpine image
- Loading branch information
1 parent
74704a2
commit 5034916
Showing
4 changed files
with
89 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
TZ=Europe/London | ||
TZ=Europe/London | ||
COSMOS_HOST=cosmos | ||
COSMOS_PORT=5000 |
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