File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -743,21 +743,27 @@ jobs:
743743 WINDOWS_STEMCELLS_GCP_CREDENTIALS_JSON : ((cff-bosh-windows-stemcells_bosh-153_gcp_credentials_json))
744744 ALLOWED_IP_ADDRESSES : 35.197.92.68 34.169.1.255 34.82.52.87 34.168.69.249 34.82.182.73
745745 - put : main-version
746+ inputs : detect
746747 params :
747748 file : version/number
748749 - put : aws-build-number
750+ inputs : detect
749751 params :
750752 file : version/number
751753 - put : gcp-build-number
754+ inputs : detect
752755 params :
753756 file : version/number
754757 - put : azure-build-number
758+ inputs : detect
755759 params :
756760 file : version/number
757761 - put : stembuild-windows-build-number
762+ inputs : detect
758763 params :
759764 file : version/number
760765 - put : stembuild-linux-build-number
766+ inputs : detect
761767 params :
762768 file : version/number
763769 - in_parallel :
@@ -797,12 +803,15 @@ jobs:
797803 fail_fast : true
798804 steps :
799805 - put : base-windows-ami
806+ inputs : detect
800807 params :
801808 file : windows-amis/base-amis-((BASE_IMAGE_OS))-*.json
802809 - put : base-govcloud-ami
810+ inputs : detect
803811 params :
804812 file : govcloud-amis/base-amis-((BASE_IMAGE_OS))-*.json
805813 - put : base-gcp-image
814+ inputs : detect
806815 params :
807816 file : windows-gcp-image/base-gcp-image-((BASE_IMAGE_OS))-*.json
808817
You can’t perform that action at this time.
0 commit comments