Skip to content

Commit

Permalink
fixed name
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Sep 9, 2024
1 parent 4095c95 commit 39a30e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions recipes/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,14 @@ mdpdf README.md
# source tool-specific parameters
source params.sh

echo "baseDockerImage: $baseDockerImage"

current_dir=$(pwd)
export toolName=$(basename "$current_dir")

echo "toolName: $toolName"


# build zip file
cd ..
python3 build.py
2 changes: 1 addition & 1 deletion recipes/vesselboost/params.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export baseImage=vnmd/vesselboost_1.0.1
export baseDockerImage=vnmd/vesselboost_1.0.1

0 comments on commit 39a30e1

Please sign in to comment.