Skip to content
Snippets Groups Projects
workflow_runner.R 167 B
Newer Older
  • Learn to ignore specific revisions
  • # running in one global workflow for now.
    # clear dropped gages file
    if(file.exists("cache/dropped_gages.csv")){
      file.remove("cache/dropped_gages.csv")
    }
    
    tar_make()