diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-03-22 20:18:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-22 20:18:16 +0000 |
commit | 34687c0bcbe0d23b0734d75936468aa83b2a71d7 (patch) | |
tree | d2ef676cd4717b976473b723df4d6edf81026d43 /jjb | |
parent | 51912fece5edcf019a4ff551d54619c42fcea91d (diff) | |
parent | 5f34e5588f197df3bd2b1b63aad9095c80a081fe (diff) |
Merge "jjb: xci: bifrost-verify: Update location for XCI bifrost scripts"
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/xci/bifrost-verify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/xci/bifrost-verify.sh b/jjb/xci/bifrost-verify.sh index 9219d0020..9d524bcb0 100755 --- a/jjb/xci/bifrost-verify.sh +++ b/jjb/xci/bifrost-verify.sh @@ -17,7 +17,7 @@ cd $WORKSPACE git fetch $PROJECT_REPO $GERRIT_REFSPEC && sudo git checkout FETCH_HEAD # combine opnfv and upstream scripts/playbooks -/bin/cp -rf $WORKSPACE/releng-xci/bifrost/* $WORKSPACE/ +/bin/cp -rf $WORKSPACE/releng-xci/xci/infra/bifrost/* $WORKSPACE/ cd $WORKSPACE/releng-xci cat > bifrost_test.sh<<EOF |