Browse Source

Remove unused resource

pull/5/head
Juto Yu 4 years ago
parent
commit
7eb6a92e9f
  1. 7
      pipelines/multi-branch/template.yml

7
pipelines/multi-branch/template.yml

@ -10,13 +10,6 @@ resources:
source: source:
uri: https://github.com/jutkko/examples uri: https://github.com/jutkko/examples
- name: build-artifact
type: gcs
source:
bucket: concourse-examples
json_key: ((gcp_service_account_key))
regexp: multi-branch/features/((feature))/my-app-(.+)\.tgz
jobs: jobs:
- name: test - name: test
plan: plan:

Loading…
Cancel
Save