Skip to content

Commit

Permalink
just remove the ship.docker and require it to be be implemented in main
Browse files Browse the repository at this point in the history
  • Loading branch information
basejump committed Sep 24, 2021
1 parent 2996334 commit cc55890
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions makefiles/spring-docker.make
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ docker.app-down:
docker.app-shell: docker.app-up
docker exec -it $(APP_NAME) bash -l

# Implement or overide in main makefile
ship.docker:: docker.app-build docker.app-push
$(logr.done)
# Implement in main makefile
# ship.docker:: docker.app-build docker.app-push
# $(logr.done)
4 changes: 2 additions & 2 deletions tests/sandbox/heredoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ FOO3=foo3
# eval "cat <<< \"$(<play.yml)\""

eval "cat <<EOF
$(<play.yml)
$(<heredoc.yml)
EOF
"
" > processed.yml

0 comments on commit cc55890

Please sign in to comment.