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

Migrate build to GitHub actions #1151

Merged
merged 47 commits into from
Aug 24, 2023

Commits on Aug 21, 2023

  1. create build workflow

    DavidLawes committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    dfc7792 View commit details
    Browse the repository at this point in the history
  2. change node cache and path

    DavidLawes committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7e9967c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5434600 View commit details
    Browse the repository at this point in the history
  4. login to ecr

    DavidLawes committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    26362ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    200973d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. check image tags

    DavidLawes committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5f150d2 View commit details
    Browse the repository at this point in the history
  2. print out docker images

    DavidLawes committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a5aa9c6 View commit details
    Browse the repository at this point in the history
  3. remove inline comment

    DavidLawes committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    86d3ace View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c27ed78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35234a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e1dd52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e318be View commit details
    Browse the repository at this point in the history
  8. split workflows

    DavidLawes committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    dfae3e0 View commit details
    Browse the repository at this point in the history
  9. update wildcard syntax

    DavidLawes committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a4f9c54 View commit details
    Browse the repository at this point in the history
  10. define package-lock path

    DavidLawes committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    659b831 View commit details
    Browse the repository at this point in the history
  11. add missing colons

    DavidLawes committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d16e690 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    213c7b5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e7b42b9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    06d7cd2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    378555e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    beb8a70 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    48d6fe5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. generate debian package

    DavidLawes committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6a9b114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0854f44 View commit details
    Browse the repository at this point in the history
  3. update all debian packages

    DavidLawes committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5c8d4a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7896179 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    236a77d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fba03c2 View commit details
    Browse the repository at this point in the history
  7. update trigger paths

    DavidLawes committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9134a0d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4dd6d1d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    175f37f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fe8d90d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b3baa0d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8b9319b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a5c37da View commit details
    Browse the repository at this point in the history
  14. remove redundant script

    DavidLawes committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ef7a981 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    8565702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e5d547 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc23182 View commit details
    Browse the repository at this point in the history
  4. update test reports path

    DavidLawes committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8488d75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98c950f View commit details
    Browse the repository at this point in the history
  6. define build number offset

    DavidLawes committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c1dda93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3cc396 View commit details
    Browse the repository at this point in the history
  8. don't use set-env

    DavidLawes committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8a12b2f View commit details
    Browse the repository at this point in the history
  9. remove rogue $

    DavidLawes committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    eec7a68 View commit details
    Browse the repository at this point in the history
  10. update syntax

    DavidLawes committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b4c63d0 View commit details
    Browse the repository at this point in the history
  11. remove echo

    DavidLawes committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    43e4e00 View commit details
    Browse the repository at this point in the history