File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -555,8 +555,9 @@ jobs:
555555 --build-arg no_proxy=${NO_PROXY} \
556556 --build-arg SPARK_JAR_REPO_URL=${SPARK_JAR_REPO_URL} \
557557 -t ${image}:${TAG} -f ./production/Dockerfile .
558- pwd
559- cd /home/arda/github-action-runner/actions-runner/_work/BigDL/BigDL/ppml/trusted-big-data-ml/scala/docker-occlum
558+ dir_path=$(pwd)
559+ echo $dir_path
560+ cd $dir_path
560561 export image_name=${image}:${TAG}
561562 export final_name=${image_name}-build
562563 export container_name=${TAG}-container
Original file line number Diff line number Diff line change @@ -459,8 +459,9 @@ jobs:
459459 --build-arg no_proxy=${NO_PROXY} \
460460 --build-arg SPARK_JAR_REPO_URL=${SPARK_JAR_REPO_URL} \
461461 -t ${image}:${TAG} -f ./production/Dockerfile .
462- pwd
463- cd /home/arda/github-action-runner/actions-runner/_work/BigDL/BigDL/ppml/trusted-big-data-ml/scala/docker-occlum
462+ dir_path=$(pwd)
463+ echo $dir_path
464+ cd $dir_path
464465 export image_name=${image}:${TAG}
465466 export final_name=${image_name}-build
466467 export container_name=${TAG}-container
You can’t perform that action at this time.
0 commit comments