forked from LaconicNetwork/kompose
Merge pull request #1018 from AdamDang/patch-3
Typo fix in tests.sh: kubernets->kubernetes
This commit is contained in:
commit
e8990233b2
@ -493,7 +493,7 @@ convert::expect_failure "kompose convert --stdout -j -f $KOMPOSE_ROOT/script/tes
|
||||
# Test related to support docker-compose.yml beside docker-compose.yml
|
||||
# Store the original path
|
||||
CURRENT_DIR=$(pwd)
|
||||
# Kubernets test
|
||||
# Kubernetes test
|
||||
cd "$KOMPOSE_ROOT/script/test/fixtures/yaml-and-yml/"
|
||||
sed -e "s;%VERSION%;$version;g" $KOMPOSE_ROOT/script/test/fixtures/yaml-and-yml/output-k8s-template.json > /tmp/output-k8s.json
|
||||
convert::expect_success "kompose convert --stdout -j" "/tmp/output-k8s.json"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user