Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Mar 28, 2023
  2. Mar 01, 2023
  3. Dec 29, 2022
  4. Nov 13, 2020
  5. Nov 06, 2020
    • Cam Saul's avatar
      Mega build script improvements (#13638) · cfa6bf84
      Cam Saul authored
      * Mega build script improvements
      
      * Look for project.clj to determine root directory since we delete .git on CI for speed
      
      * If .git folder is missing (i.e., in CI) fail gracefully
      
      * Don't need to generate version file to run Cypress tests, right?
      
      * Build uberjar step can cache version.properties
      (so the Cypress test steps don't need to generate it again)
      
      * Flush caches
      
      * Update uberjar cache key
      Unverified
      cfa6bf84
  6. Oct 29, 2020
    • Cam Saul's avatar
      Migrate build/upload Elastic Beanstalk artifact code into main release script... · 077b2b8a
      Cam Saul authored
      Migrate build/upload Elastic Beanstalk artifact code into main release script and other improvements (#13635)
      
      * Always use current branch; determine CE vs EE build based on version number
      
      * Rename delete-file! -> delete-file-if-exists!
      
      * Dox & TODO message
      
      * Move draft release template
      
      * Some logging tweaks for deleting files
      
      * Move s3 upload code to common namespace
      
      * Integrate EB artifact logic
      
      * Move .ebextensions -> release
      
      * Remove old EB release scripts
      Unverified
      077b2b8a
Loading