new js-api should be deployed if build is ok (#5362)

This commit is contained in:
Eugenio Romano
2020-01-08 14:52:05 +01:00
committed by GitHub
parent 2d7a566cc5
commit bea8c61d91

View File

@@ -30,7 +30,7 @@ stages:
- name: Unit test
if: (type != cron AND tag IS blank) OR type = api
- name: Update Rancher
if: (type = push AND tag IS blank)
if: (type = push AND tag IS blank) OR type = api
- name: e2e Test
if: (type != cron AND tag IS blank) OR type = api
- name: Update Rancher PR