Skip to content

Commit 736bb80

Browse files
authored
[devops] Fixing issue "make[1]: *** No rule to make target" in BVT (#596)
1 parent 37a64fd commit 736bb80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

optools/run_bvt.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,15 @@ function make_one(){
149149
}
150150

151151
function patch_one(){
152+
local current_pwd=$(pwd)
152153
cd $G_STAGE
153154
if [[ -f patch_one.sh ]]; then
154155
logger "INF" "Patch issue fix"
155156
./patch_one.sh
156157
else
157158
logger "INF" "Not found patch"
158159
fi
159-
160+
cd $current_pwd
160161
}
161162

162163
function run_bvt(){

0 commit comments

Comments
 (0)