Skip to content

Commit 39a30e1

Browse files
committed
fixed name
1 parent 4095c95 commit 39a30e1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

recipes/build.sh

+5
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,14 @@ mdpdf README.md
4545
# source tool-specific parameters
4646
source params.sh
4747

48+
echo "baseDockerImage: $baseDockerImage"
49+
4850
current_dir=$(pwd)
4951
export toolName=$(basename "$current_dir")
5052

53+
echo "toolName: $toolName"
54+
55+
5156
# build zip file
5257
cd ..
5358
python3 build.py

recipes/vesselboost/params.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export baseImage=vnmd/vesselboost_1.0.1
1+
export baseDockerImage=vnmd/vesselboost_1.0.1
22

0 commit comments

Comments
 (0)