Skip to content

Commit

Permalink
chore(updatecli) hotfix on Ip tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal authored Dec 23, 2024
1 parent 3266716 commit 0935868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions updatecli/updatecli.d/restricted-ips.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ sources:
dependson:
- aws-ci-jenkins-io-agents-2-hostname
spec:
command: dig +short {{ source "aws-ci-jenkins-io-agents-2-hostname" }} | head -n1
command: dig +short {{ source "aws-ci-jenkins-io-agents-2-hostname" }} | sort `# sorting is required as dig result is unordered` | head -n1
transformers:
- addsuffix: '/32'
aws-ci-jenkins-io-agents-2-ip-2:
kind: shell
dependson:
- aws-ci-jenkins-io-agents-2-hostname
spec:
command: dig +short {{ source "aws-ci-jenkins-io-agents-2-hostname" }} | tail -n1
command: dig +short {{ source "aws-ci-jenkins-io-agents-2-hostname" }} | sort `# sorting is required as dig result is unordered` | tail -n1
transformers:
- addsuffix: '/32'
aws-ci-jenkins-io-agents-2-netmask-1:
Expand Down

0 comments on commit 0935868

Please sign in to comment.