Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 5a8e91a

Browse files
author
Dzhoshkun Ismail Shakir
committed
Issue #69: the pip-installer CI script now has the same 'only' clause as the dev testjob CI script
1 parent 52607e4 commit 5a8e91a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ testjob:
103103
pip-installer:
104104
stage: pip_test
105105
only:
106-
- 69-push-to-pip-repository-after-commit-to-master-off-dev
107-
- 69-push-to-pip-repository-after-commit-to-master-off-dev-restructure-hierarchy
108-
- 131-pip-bundle-does-not-work-with-cpu-only-tensorflow-drop-tensorflow-auto-install
106+
- master
107+
- dev
108+
- dev-staging
109109
- tags
110110
script:
111111
# source utils

0 commit comments

Comments
 (0)