Skip to content

Commit

Permalink
Updated build output format. Updated build log in info.js
Browse files Browse the repository at this point in the history
  • Loading branch information
glenndehaan committed Oct 7, 2024
1 parent f13ed22 commit a4a11ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ COPY . .
#
# Set build
#
RUN echo -n `date '+%Y.%m.%d.%H.%M'` > /etc/unifi_voucher_site_build
RUN echo -n `date '+%d/%m/%Y, %H:%M'` > /etc/unifi_voucher_site_build
ARG GIT_TAG
ENV GIT_TAG=$GIT_TAG
2 changes: 1 addition & 1 deletion modules/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = () => {
/**
* Output build version
*/
log.info(`[Version] Git: ${variables.gitTag}, Build: ${variables.gitBuild}`);
log.info(`[Version] Git: ${variables.gitTag} - Build: ${variables.gitBuild}`);

/**
* Log external config
Expand Down

0 comments on commit a4a11ea

Please sign in to comment.