-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(follow-up) Warm OpenFN cache to allow full offline support (#83)
* (follow-up) Warm OpenFN cache to allow full offline support * remove distro openfn file
- Loading branch information
Showing
3 changed files
with
2 additions
and
47 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -35,4 +35,4 @@ echo "" | |
|
||
# this step requires internet. It downloads node modules. Should be run on the host | ||
echo "$INFO Pre-warming worker cache with adaptors..." | ||
docker compose run --rm worker npm install -g @openfn/cli && openfn repo install -a common@latest -a collections@latest -a [email protected] -a [email protected] -a [email protected] | ||
docker exec -it $PROJECT_NAME-worker-1 sh -c "npm install -g @openfn/cli && openfn repo install -a common@latest -a collections@latest -a [email protected] -a [email protected] -a [email protected]" |