Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions dev-infrastructure/svc-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,9 @@ resourceGroups:
- name: cs-postgres-access
action: Shell
command: ./scripts/postgres-access/postgres-access
workingDir: .
# workingDir intentionally left unset: this step reconciles postgres access grants and
# must always run on incremental rollouts, not be skipped by content-hash caching, which
# setting workingDir would opt it into (see AROSLSRE-1699).
shellIdentity:
input:
resourceGroup: global
Expand Down Expand Up @@ -538,7 +540,9 @@ resourceGroups:
- name: maestro-postgres-access
action: Shell
command: ./scripts/postgres-access/postgres-access
workingDir: .
# workingDir intentionally left unset: this step reconciles postgres access grants and
# must always run on incremental rollouts, not be skipped by content-hash caching, which
# setting workingDir would opt it into (see AROSLSRE-1699).
shellIdentity:
input:
resourceGroup: global
Expand Down