forked from LaconicNetwork/kompose
Fix docker local build (#1212)
This commit is contained in:
@@ -537,6 +537,14 @@ cd $CURRENT_DIR
|
||||
|
||||
|
||||
|
||||
#### Test docker build feature
|
||||
cmd="kompose convert -f $KOMPOSE_ROOT/script/test/fixtures/buildconfig/docker-compose-dockerfile.yml --stdout -j --build=local"
|
||||
convert::expect_cmd_success "$cmd"
|
||||
|
||||
cmd="kompose convert --provider openshift -f $KOMPOSE_ROOT/script/test/fixtures/buildconfig/docker-compose-dockerfile.yml --stdout -j --build=local"
|
||||
convert::expect_cmd_success "$cmd"
|
||||
|
||||
|
||||
# Test the presence of build args in buildconfig
|
||||
# Replacing variables with current branch and uri
|
||||
# Test BuildConfig
|
||||
|
||||
Reference in New Issue
Block a user