Skip to content

Commit

Permalink
update file name in aws nuke dag
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Dec 29, 2023
1 parent a5bebb2 commit ec75c80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def check_dag_status(**kwargs: Any) -> None:
f"aws configure set aws_access_key_id {REGRESSION_CLUSTER_AWS_ACCESS_KEY}; "
f"aws configure set aws_secret_access_key {REGRESSION_CLUSTER_AWS_SECRET_ACCESS_KEY}; "
f"aws configure set default.region {REGRESSION_CLUSTER_AWS_DEFAULT_REGION}; "
f"sh $AIRFLOW_HOME/dags/delete_eks_cluster_and_nodes.sh {REGRESSION_CLUSTER_AWS_DEFAULT_REGION}",
f"sh $AIRFLOW_HOME/dags/example_delete_eks_cluster_and_nodes.sh {REGRESSION_CLUSTER_AWS_DEFAULT_REGION}",
)

execute_aws_nuke = BashOperator(
Expand Down

0 comments on commit ec75c80

Please sign in to comment.