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

Move cleanup-docker to a shell scripts from composite action #38659

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Apr 1, 2024

Cleaning up docker is a single bash script to execute - it is defined as a composite action but since it's just one bash commenad to execute, it is better to just keep it as a bash script instead - which wil make it easier to add other scripts.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@potiuk potiuk requested review from ashb and kaxil as code owners April 1, 2024 21:00
@potiuk potiuk force-pushed the move-cleanup-docker-to-bash-script branch from df6eaf5 to 90a81ae Compare April 1, 2024 21:03
Cleaning up docker is a single bash script to execute - it is defined
as a composite action but since it's just one bash commenad to execute,
it is better to just keep it as a bash script instead - which wil make
it easier to add other scripts.
Copy link
Member

@hussein-awala hussein-awala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shell script is better than YAML, LGTM

@potiuk potiuk added this to the Airflow 2.9.0 milestone Apr 1, 2024
@potiuk potiuk merged commit bc7b68b into main Apr 1, 2024
62 of 63 checks passed
ephraimbuddy pushed a commit that referenced this pull request Apr 2, 2024
Cleaning up docker is a single bash script to execute - it is defined
as a composite action but since it's just one bash commenad to execute,
it is better to just keep it as a bash script instead - which wil make
it easier to add other scripts.

(cherry picked from commit bc7b68b)
ephraimbuddy pushed a commit that referenced this pull request Apr 2, 2024
Cleaning up docker is a single bash script to execute - it is defined
as a composite action but since it's just one bash commenad to execute,
it is better to just keep it as a bash script instead - which wil make
it easier to add other scripts.

(cherry picked from commit bc7b68b)
@potiuk potiuk deleted the move-cleanup-docker-to-bash-script branch October 1, 2024 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants