Skip to content

Commit

Permalink
Deposit cli source build detection
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Nov 26, 2024
1 parent e789cdf commit 190b973
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ethd
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,11 @@ __source_build() {

case "${__value}" in
*deposit-cli.yml* )
__docompose --profile tools build --pull --no-cache deposit-cli-new
__var="DEPCLI_DOCKERFILE"
__build=$(__get_value_from_env "${__var}" "${__env_file}")
if [ "${__build}" = "Dockerfile.source" ]; then
__docompose --profile tools build --pull --no-cache deposit-cli-new
fi
;;
esac
case "${__value}" in
Expand Down

0 comments on commit 190b973

Please sign in to comment.