the default GitOps source repository for booting up Jenkins X
修訂 | 341f90ecf4fe859722d6485d627aab9fa1b2ac94 (tree) |
---|---|
時間 | 2019-08-26 16:46:05 |
作者 | Cosmin Cojocar <cosmin.cojocar@gmx....> |
Commiter | Cosmin Cojocar |
fix: remove the version repo PR option from bdd command arguments
This will make the bdd command to pick the version repository with the commit version from jenkins-x-boot-config repository.
Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
@@ -59,7 +59,6 @@ helm repo add jenkins-x https://storage.googleapis.com/chartmuseum.jenkins-x.io | ||
59 | 59 | |
60 | 60 | jx step bdd \ |
61 | 61 | --use-revision \ |
62 | - --version-repo-pr \ | |
63 | 62 | --versions-repo https://github.com/jenkins-x/jenkins-x-versions.git \ |
64 | 63 | --config $SRC_PATH/cluster.yaml \ |
65 | 64 | --gopath /tmp \ |