mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-04-05 08:53:53 -04:00
Updated build output format. Updated build log in info.js
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user