mirror of
https://github.com/librenms/docker.git
synced 2026-07-20 16:56:14 +00:00
Fix vcs ref
This commit is contained in:
parent
648aab4497
commit
ca16ae895b
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -6,7 +6,7 @@ BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
|
|||
BUILD_TAG=docker_build
|
||||
BUILD_WORKINGDIR=${BUILD_WORKINGDIR:-.}
|
||||
DOCKERFILE=${DOCKERFILE:-Dockerfile}
|
||||
VCS_REF=${TRAVIS_COMMIT::8}
|
||||
VCS_REF=${TRAVIS_COMMIT::7}
|
||||
RUNNING_TIMEOUT=120
|
||||
RUNNING_LOG_CHECK="snmpd entered RUNNING state"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue