• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

the default GitOps source repository for booting up Jenkins X


Commit MetaInfo

修訂98f90db06ea8c6cc1930b5cfaa70ebce827e24d7 (tree)
時間2019-09-08 21:56:39
作者Cosmin Cojocar <cosmin.cojocar@gmx....>
CommiterCosmin Cojocar

Log Message

fix: use the correct path for jx-requirements when rotating the domain

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>

Change Summary

差異

--- a/bdd/bdd.sh
+++ b/bdd/bdd.sh
@@ -63,10 +63,10 @@ if [[ -n "${DOMAIN_ROTATION}" ]]; then
6363 exit -1
6464 fi
6565 echo "Using domain: ${DOMAIN}"
66- sed -i "/^ *ingress:/,/^ *[^:]*:/s/domain: .*/domain: ${DOMAIN}/" $DST_PATH/jx-requirements.yml
66+ sed -i "/^ *ingress:/,/^ *[^:]*:/s/domain: .*/domain: ${DOMAIN}/" jx-requirements.yml
6767 fi
6868 echo "Using jx-requirements.yml"
69-cat $DST_PATH/jx-requirements.yml
69+cat jx-requirements.yml
7070
7171 # TODO hack until we fix boot to do this too!
7272 helm init --client-only