Skip to content

Commit

Permalink
chore: removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brivu committed Aug 19, 2022
1 parent d3eb2db commit 85ec791
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scripts/update_container_defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ def run(previous_task_definition, container_image_name_updates,
else:
docker_label_index = docker_label_entry['index']
container_definitions[container_index]['dockerLabels'][docker_label_index][docker_label_key] = docker_label_value
# elif key and key not in ['container']:
# raise ValueError('Incorrect key found in environment variable update parameter: ' + key)
except ValueError as value_error:
raise value_error
except:
Expand Down

0 comments on commit 85ec791

Please sign in to comment.