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

fix: don't rebuild ui/dist/app/index.html in argocli-build stage #13023

Merged
merged 3 commits into from
May 8, 2024

Commits on May 8, 2024

  1. fix: don't rebuild ui/dist/app/index.html

    The timestamps in CI are incorrect, and may result in an attempt to
    rebuild this file when we don't have yarn installed. So don't.
    
    Signed-off-by: Alan Clucas <alan@clucas.org>
    Joibel committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9822dbd View commit details
    Browse the repository at this point in the history
  2. Update Dockerfile

    Co-authored-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com>
    Signed-off-by: Alan Clucas <alan@clucas.org>
    Joibel and agilgur5 authored May 8, 2024
    Configuration menu
    Copy the full SHA
    cd5b8b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d642063 View commit details
    Browse the repository at this point in the history