Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(toolkit): improve docker build time in CI #1776

Merged
merged 7 commits into from
Feb 21, 2019
Merged

Commits on Feb 15, 2019

  1. feat(toolkit): improve docker build time in CI

    When running in CI, try to pull the latest image first and use it as cache
    for the build. CI is detected by the presence of the `CI` environment variable.
    
    Closes aws#1748
    jogold committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    334c7b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Remove delete manifest.Parent

    jogold committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    7866319 View commit details
    Browse the repository at this point in the history
  2. Add --ci option to deploy

    jogold committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    d9f3cc5 View commit details
    Browse the repository at this point in the history
  3. Always tag and push latest

    jogold committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    e2df6f1 View commit details
    Browse the repository at this point in the history
  4. Add code comment

    jogold committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    67947f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Configuration menu
    Copy the full SHA
    5238eb4 View commit details
    Browse the repository at this point in the history
  2. Make ci required in cliDeploy

    jogold committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    d35682e View commit details
    Browse the repository at this point in the history