2017-05-30 4 views

答えて

2

gitリソースタイプで使用できるtag_filterプロパティがあります。詳細については、git resource type documentationを参照してください。

だから、のようなもの:

resources: 
- name: source-code 
    type: git 
    source: 
    uri: [email protected]:concourse/git-resource.git 
    branch: master 
    tag_filter: "*" 

が動作するはずです。

関連する問題