Skip to content
Snippets Groups Projects
  1. Jul 10, 2019
  2. Jun 24, 2019
  3. Nov 22, 2018
  4. Nov 20, 2018
  5. Nov 16, 2018
  6. Nov 15, 2018
  7. Nov 14, 2018
    • Giorgio Sironi's avatar
      Use a single stage to allow building images once and pushing them (#3) · 208ed635
      Giorgio Sironi authored
      * Add IMAGE_TAG environment variable
      
      * Allow building both prod and test version of the image
      
      * Trigger Travis CI?
      
      * Introduce build stage
      
      * Specify ordering for stages
      
      * Try inlining everything into one stage
      
      * Correctly execute console
      
      * Make all docker-compose YAML files explicit
      
      * Simplify curl smoke test
      
      * Extract .travis/test as an example
      
      * Try to use install sub-stage
      
      * Change namespace of test image
      
      (won't be pushed)
      
      * Try explicitly failing a script of the single job
      
      * Revert "Try explicitly failing a script of the single job"
      
      This reverts commit 87323a2d12924eb023d0153f45ed77ff38fde1e6.
      
      * Remove jobs.include
      
      * Clean up running smoke test containers before following with other
      checks
      
      * Always execute docker-compose down
      
      * Use tag suffix for app test image
      
      (not to be pushed, anyway)
    • Chris Wilkinson's avatar
  8. Nov 12, 2018
    • Chris Wilkinson's avatar
      Create app (#1) · 86d254c0
      Chris Wilkinson authored
      * Create app
      
      * Seems to not create Test
      
      * Long form appears not to be supported
      
      * Would have thought it'd complained, maybe they were empty
      
      * Fix prod
      
      * Actually this?
      
      * Twig is needed in test
      
      * Due to the annoying phpstan-symfony config, keep it as the dev environment
      
      * Remove polyfill
      
      * Test response
      
      * Fix route name
      
      * Tweaks
      
      * Stop changes triggering new downloads
      
      * Basic tests
      
      * Try and make the Dockerfile easier to read
      
      * Add opcache
      
      * Simplify
      
      * Restore APP_DEBUG and remove reference to removed switches
      
      * Add console smoke test
      
      * Fix user/permissions
      
      * Due to mounting, just use root in dev
      
      * Probably want to use prod here?
      
      * Also prod here
      
      * Turns out Travis have recently added names!
      
      * Sentence case
      
      * Add license
      
      * Avoid complications and use www-data
      
      * Seemed to get lost somewhere along the way
      
      * Back to root in dev
      
      * Env per env
      
      * Not be read from outside anymore
      
      * Might be touch quicker
  9. Nov 08, 2018