Skip to content

Commit

Permalink
Fix missing references to ci repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Aug 12, 2022
1 parent bf9f0db commit f3b45b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ci/autoscaler/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,11 @@ jobs:
SYSTEM_DOMAIN: autoscaler.ci.cloudfoundry.org
<<: *app-autoscaler-ops-files
input_mapping:
app-autoscaler-release: app-autoscaler-release-ci
app-autoscaler-release: ci
- task: register-broker
file: app-autoscaler-release-ci/ci/autoscaler/tasks/register-broker.yml
file: ci/ci/autoscaler/tasks/register-broker.yml
input_mapping:
release: app-autoscaler-release-ci
release: app-autoscaler-release-main
params:
SYSTEM_DOMAIN: autoscaler.ci.cloudfoundry.org

Expand Down
4 changes: 2 additions & 2 deletions ci/autoscaler/tasks/combine-ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ image_resource:
inputs:
- name: ops-files
- name: custom-ops
- name: app-autoscaler-release-ci
- name: ci
outputs:
- name: combined-ops
run:
path: app-autoscaler-release-ci/ci/autoscaler/scripts/combine-ops.sh
path: ci/ci/autoscaler/scripts/combine-ops.sh

0 comments on commit f3b45b7

Please sign in to comment.