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

ref(docker): combine test and prod entrypoints into one #7660

Merged
merged 22 commits into from
Oct 11, 2023

Commits on Oct 11, 2023

  1. ref(docker): combine test and prod entrypoints into one

    This makes the following changes
    - Uses `-x` instead of echoing the variables values
    - Sets default values where required
    - Create a function to list directories
    - Create a function to run cargo tests
    - Use a better approach to handle different options in the `case` manegement for tests and production
    - Replaces all instances of `runtime-entrypoint.sh` with `entrypoint.sh`
    gustavovalverde committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1f47193 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3c85b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1561aaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c96797 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2fd228 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11d6881 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    172c576 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de9f8ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b8cafde View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60446c0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    76e1f90 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a13831c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4f93887 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    86302b5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0a8f335 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fba1af4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    998687f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    efce396 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8fb43ca View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    da834f5 View commit details
    Browse the repository at this point in the history
  21. fix(entrypoint): typo

    gustavovalverde committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3fe1031 View commit details
    Browse the repository at this point in the history
  22. chore: typo

    gustavovalverde committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a784f34 View commit details
    Browse the repository at this point in the history