Move test scripts to script/test.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
ec6bb1660d
commit
11dc720752
15 changed files with 47 additions and 35 deletions
7
script/build/write-git-sha
Executable file
7
script/build/write-git-sha
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Write the current commit sha to the file GITSHA. This file is included in
|
||||
# packaging so that `docker-compose version` can include the git sha.
|
||||
#
|
||||
set -e
|
||||
git rev-parse --short HEAD > compose/GITSHA
|
||||
Loading…
Add table
Add a link
Reference in a new issue