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

add scrip to remove old css files #205

Merged
merged 13 commits into from
Jan 14, 2025
Merged

add scrip to remove old css files #205

merged 13 commits into from
Jan 14, 2025

Conversation

adenntumba
Copy link
Contributor

Description

Type of Change

    • Bugfix
    • Feature
    • Code style update (formatting, local variables)
    • Refactoring (no functional changes, no api changes)
    • Tests
    • Other

Motivation and Context

Add script in posix shell to remove old files and use in Dockerfile

Summary of Changes

Design Files

Demonstration

Implementation a posix shell script to manage and remove old files based on unix timestamps since the base image only provides posix shell. The script reads a list of timestamps, calculates which files to remove and manages this list. Modified the Dockerfile to use this script specifically for css files cleanup, providing an solution without additional dependencies.

@codecov-commenter
Copy link

codecov-commenter commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.73%. Comparing base (b5a870f) to head (75f80a9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #205   +/-   ##
=======================================
  Coverage   69.73%   69.73%           
=======================================
  Files         103      103           
  Lines        2521     2521           
  Branches      612      612           
=======================================
  Hits         1758     1758           
  Misses        763      763           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Aldemylla Aldemylla merged commit cd04028 into main Jan 14, 2025
3 checks passed
@Aldemylla Aldemylla deleted the CLOUD-1922 branch January 14, 2025 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants