Skip to content

Commit

Permalink
CHANGE: Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaspeters committed Jan 20, 2024
1 parent 0943a47 commit bc3fc75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ TAG=3.2.8p1_av2
IMAGENAME=docker-ispconfig
IMAGEFULLNAME=avhost/${IMAGENAME}
BRANCH=${shell git symbolic-ref --short HEAD}
LASTCOMMIT=$(shell git log -1 --pretty=short | tail -n 1 | tr -d " " | tr -d "UPDATE:")


help:
@echo "Makefile arguments:"
Expand Down

0 comments on commit bc3fc75

Please sign in to comment.