Skip to content

Commit

Permalink
fix: don't echo the generated with at this time
Browse files Browse the repository at this point in the history
Signed-off-by: dovholuknf <46322585+dovholuknf@users.noreply.github.com>
  • Loading branch information
dovholuknf committed Mar 28, 2024
1 parent 9c44781 commit ae21cf2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compose-builder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1052,8 +1052,7 @@ pull: gen

gen:
echo MQTT_VERBOSE=${MQTT_VERBOSE}
echo "# Generated with: $(docker_ver)" > docker-compose.yml
${DOCKER_COMPOSE} -p edgex $(COMPOSE_FILES) ${GEN_COMMAND} >> docker-compose.yml
${DOCKER_COMPOSE} -p edgex $(COMPOSE_FILES) ${GEN_COMMAND} > docker-compose.yml
if [ "$(NO_CLEANUP)" = "0" ]; then rm -rf ./$(GEN_EXT_DIR); fi

get-token:
Expand Down

0 comments on commit ae21cf2

Please sign in to comment.