Skip to content

Commit

Permalink
ignore index for release of tested environments
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Nov 13, 2023
1 parent 4d3a782 commit 193bfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci_support/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ def write_env(content, name):
date.today() if env in status_dict.keys() else df_combo[df_combo.environment==env].last_checked.values[0]
for env in df_combo.environment.values
]
df_combo.sort_values(by="tag").to_csv(output_file_name)
df_combo.sort_values(by="tag", ignore_index=True).to_csv(output_file_name)

0 comments on commit 193bfd7

Please sign in to comment.