diff --git a/playbooks/legacy/bifrost-integration-tinyipa-opensuse-423/run.yaml b/playbooks/legacy/bifrost-integration-tinyipa-opensuse-423/run.yaml index 03f51d440..5c034c01f 100644 --- a/playbooks/legacy/bifrost-integration-tinyipa-opensuse-423/run.yaml +++ b/playbooks/legacy/bifrost-integration-tinyipa-opensuse-423/run.yaml @@ -21,7 +21,7 @@ trap cleanup EXIT cat > $CLONEMAP << EOF clonemap: - - name: $ZUUL_PROJECT + - name: openstack/bifrost dest: . EOF # zuul cloner works poorly if there are 2 names that are the @@ -33,7 +33,7 @@ EOF fi /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT openstack/requirements + git://git.openstack.org openstack/bifrost openstack/requirements # REQS_DIR is not set for openstack/requirements and there is also # no need to copy in this case. if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then diff --git a/playbooks/legacy/bifrost-integration-tinyipa/run.yaml b/playbooks/legacy/bifrost-integration-tinyipa/run.yaml index 3d4e4282d..9e0a88c1d 100644 --- a/playbooks/legacy/bifrost-integration-tinyipa/run.yaml +++ b/playbooks/legacy/bifrost-integration-tinyipa/run.yaml @@ -20,7 +20,7 @@ trap cleanup EXIT cat > $CLONEMAP << EOF clonemap: - - name: $ZUUL_PROJECT + - name: openstack/bifrost dest: . EOF # zuul cloner works poorly if there are 2 names that are the @@ -32,7 +32,7 @@ EOF fi /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT openstack/requirements + git://git.openstack.org openstack/bifrost openstack/requirements # REQS_DIR is not set for openstack/requirements and there is also # no need to copy in this case. if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then