mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-04 13:20:50 +00:00
snap: Remove unused variable
Remove the unused `kata_url` variable and use the value in the `website` YAML metadata instead. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
43de5440e5
commit
d7b4ce049e
@ -1,4 +1,5 @@
|
|||||||
name: kata-containers
|
name: kata-containers
|
||||||
|
website: https://github.com/kata-containers/kata-containers
|
||||||
summary: Build lightweight VMs that seamlessly plug into the containers ecosystem
|
summary: Build lightweight VMs that seamlessly plug into the containers ecosystem
|
||||||
description: |
|
description: |
|
||||||
Kata Containers is an open source project and community working to build a
|
Kata Containers is an open source project and community working to build a
|
||||||
@ -19,7 +20,6 @@ parts:
|
|||||||
- git-extras
|
- git-extras
|
||||||
override-pull: |
|
override-pull: |
|
||||||
version="9999"
|
version="9999"
|
||||||
kata_url="https://github.com/kata-containers/kata-containers"
|
|
||||||
|
|
||||||
if echo "${GITHUB_REF:-}" | grep -q -E "^refs/tags"; then
|
if echo "${GITHUB_REF:-}" | grep -q -E "^refs/tags"; then
|
||||||
version=$(echo ${GITHUB_REF:-} | cut -d/ -f3)
|
version=$(echo ${GITHUB_REF:-} | cut -d/ -f3)
|
||||||
|
Loading…
Reference in New Issue
Block a user