Skip to content

Commit

Permalink
Build test (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
zGumeloBr committed Jul 7, 2024
1 parent 6557e61 commit 36c683a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dragonflydb/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g'
echo -e "\033[0;36mSTARTUP: ${MODIFIED_STARTUP}\033[0m"

${MODIFIED_STARTUP}

#Dev release
2 changes: 2 additions & 0 deletions java/graalvm/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g'
echo -e "\033[0;36mSTARTUP: ${MODIFIED_STARTUP}\033[0m"

eval ${MODIFIED_STARTUP}

#Dev release
2 changes: 2 additions & 0 deletions java/zulu/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g'
echo -e "\036[0;32mSTARTUP: ${MODIFIED_STARTUP}\033[0m"

eval ${MODIFIED_STARTUP}

#Dev release

0 comments on commit 36c683a

Please sign in to comment.