mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 16:57:18 +00:00
proxy: Allow build any commit
Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
parent
749b749924
commit
51a3c71dc1
@ -4,8 +4,8 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/kata-containers/proxy.git</param>
|
||||
<param name="filename">kata-proxy</param>
|
||||
<param name="versionformat">@VERSION@+git.%h</param>
|
||||
<param name="revision">@REVISION@</param>
|
||||
<param name="versionformat">@VERSION@+git.@HASH@</param>
|
||||
<param name="revision">@HASH@</param>
|
||||
</service>
|
||||
<service name="recompress">
|
||||
<param name="file">*.tar*</param>
|
||||
|
@ -38,7 +38,6 @@ replace_list=(
|
||||
"GO_ARCH=$GO_ARCH"
|
||||
"HASH=$short_hashtag"
|
||||
"RELEASE=$RELEASE"
|
||||
"REVISION=$VERSION"
|
||||
"VERSION=$VERSION"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user