Migrate CI from travis ci to github actions (#1355)

Ref #1352
This commit is contained in:
namusyaka
2020-11-16 11:47:55 +08:00
committed by GitHub
parent 8fcbc60969
commit 6baca72c4d
5 changed files with 59 additions and 67 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ openshift_exit_status=0
convert::start_test "Functional tests on OpenShift"
if [[ -n "${TRAVIS}" ]]; then
if [[ -n "${CI}" ]]; then
install_oc_client
fi