mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-13 07:04:58 +00:00
lib.sh: dont do readonly on sourced files.
Files could be sourced more than one time lets not use readonly. Fixes: #487 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
parent
92f6ee8a64
commit
3a1bb3fb7a
@ -1,5 +1,5 @@
|
||||
export GOPATH=${GOPATH:-${HOME}/go}
|
||||
readonly kata_arch_sh="${GOPATH}/src/github.com/kata-containers/tests/.ci/kata-arch.sh"
|
||||
kata_arch_sh="${GOPATH}/src/github.com/kata-containers/tests/.ci/kata-arch.sh"
|
||||
hub_bin="hub-bin"
|
||||
|
||||
get_kata_arch() {
|
||||
|
Loading…
Reference in New Issue
Block a user