Skip to content

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

Merged
potiuk merged 1 commit into
mainfrom
move-cleanup-docker-to-bash-script
Apr 1, 2024
Merged

Move cleanup-docker to a shell scripts from composite action#38659
potiuk merged 1 commit into
mainfrom
move-cleanup-docker-to-bash-script

Conversation

@potiuk

Copy link
Copy Markdown
Member

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 ownersApril 1, 2024 21:00
@potiuk
potiukforce-pushed the move-cleanup-docker-to-bash-script branch from df6eaf5 to 90a81aeCompareApril 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.
@potiuk
potiukforce-pushed the move-cleanup-docker-to-bash-script branch from 90a81ae to f6af9f9CompareApril 1, 2024 21:04

@hussein-awalahussein-awala left a comment

Copy link
Copy Markdown
Member

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

@potiukpotiuk added this to the Airflow 2.9.0 milestone Apr 1, 2024
@potiuk
potiuk merged commit bc7b68b into mainApr 1, 2024
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 freeto 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

@potiuk@hussein-awala