Skip to content

Commit

Permalink
remove unnecessary inputs from concourse golang and java jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
asalan316 committed Aug 8, 2024
1 parent be133a0 commit dd7367f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ci/autoscaler/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,6 @@ jobs:
plan:
- in_parallel:
- get: app-autoscaler-release
- get: java-release
- get: golang-release
trigger: true
- get: ci
Expand All @@ -596,7 +595,6 @@ jobs:
- get: app-autoscaler-release
- get: java-release
trigger: true
- get: golang-release
- get: ci
- task: update-java-sdk
file: ci/ci/autoscaler/tasks/update-sdk/task.yml
Expand Down
2 changes: 0 additions & 2 deletions ci/autoscaler/tasks/update-sdk/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ image_resource:
inputs:
- name: app-autoscaler-release
- name: golang-release
- name: java-release

params:
GIT_USER_NAME: app-autoscaler-ci-bot
Expand All @@ -19,7 +18,6 @@ params:
GITHUB_ACCESS_TOKEN: ((autoscaler_access_token))
GITHUB_PRIVATE_KEY: ((autoscaler-deploy-key-private))
type:
JAVA_DIR: java-release
GOLANG_DIR: golang-release
CREATE_PR: true

Expand Down

0 comments on commit dd7367f

Please sign in to comment.