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:
555
555
--build-arg no_proxy=${NO_PROXY} \
556
556
--build-arg SPARK_JAR_REPO_URL=${SPARK_JAR_REPO_URL} \
557
557
-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
560
561
export image_name=${image}:${TAG}
561
562
export final_name=${image_name}-build
562
563
export container_name=${TAG}-container
Original file line number Diff line number Diff line change @@ -459,8 +459,9 @@ jobs:
459
459
--build-arg no_proxy=${NO_PROXY} \
460
460
--build-arg SPARK_JAR_REPO_URL=${SPARK_JAR_REPO_URL} \
461
461
-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
464
465
export image_name=${image}:${TAG}
465
466
export final_name=${image_name}-build
466
467
export container_name=${TAG}-container
You can’t perform that action at this time.
0 commit comments