RMI-PACTA / workflow.prepare.pacta.indices

This repository is used to run indices through PACTA, and prepare them for transition monitor.
Other
2 stars 0 forks source link

Build/clean dockerfile #58

Closed AlexAxthelm closed 4 months ago

AlexAxthelm commented 4 months ago

No associated issue. Just some general dockerfile cleaning:

cjyetman commented 4 months ago

This breaks the workflow because it doesn't pass in the config.yml and the .env files.

Attaching to indices_prep-1
indices_prep-1  | Warning message:
indices_prep-1  | In readRenviron(".env") : file '.env' cannot be opened for reading
indices_prep-1  | Error in config::get(file = "config.yml", config = Sys.getenv("R_CONFIG_ACTIVE"),  : 
indices_prep-1  |   Config file config.yml not found in current working directory
indices_prep-1  | Execution halted
indices_prep-1 exited with code 1

fix here https://github.com/RMI-PACTA/workflow.prepare.pacta.indices/pull/62