Fix: sourced files w/o arg bashisms
[releng/builder.git] / jjb / packaging / helm.yaml
index bd62aeee06229d97eaa6a83f2c537ee1a526587c..9d95315a303055bf811b702f9779a99bbf514f7e 100644 (file)
     helm_build_script: |
       #!/bin/bash
       set -x
-      source helm.prop
+      . helm.prop
       set -e -o pipefail
       cd helm/opendaylight
       helm3.7 version
       helm3.7 package .
 
     stream:
-      - "master":
-          branch: "sulfur"
+      - chlorine:
+          branch: "master"
+      - sulfur:
+          branch: "stable/sulfur"
       - phosphorus:
           branch: stable/phosphorus
-      - silicon:
-          branch: stable/silicon
 
     helm_bin:
       - helm3.7