diff --git a/spec/fixtures/event_bridge_schedule/blank_schedule.yml b/spec/fixtures/event_bridge_schedule/blank_schedule.yml index a518dd8..713c41c 100644 --- a/spec/fixtures/event_bridge_schedule/blank_schedule.yml +++ b/spec/fixtures/event_bridge_schedule/blank_schedule.yml @@ -1,7 +1,7 @@ -common: &common +shared: &shared staging: - <<: *common + <<: *shared production: - <<: *common \ No newline at end of file + <<: *shared \ No newline at end of file diff --git a/spec/fixtures/event_bridge_schedule/schedule.yml b/spec/fixtures/event_bridge_schedule/schedule.yml index 640b0b8..4fefbfc 100644 --- a/spec/fixtures/event_bridge_schedule/schedule.yml +++ b/spec/fixtures/event_bridge_schedule/schedule.yml @@ -1,11 +1,11 @@ -common: &common +shared: &shared daily_backup_to_s3: command: 'jobmon --estimate-time=3000 sg_tiny_backup:backup' cron: 'cron(30 1 * * ? *)' container_type: medium staging: - <<: *common + <<: *shared production: - <<: *common \ No newline at end of file + <<: *shared \ No newline at end of file