Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 50e9e09

Browse files
committed
call oc project
1 parent c83a586 commit 50e9e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- script/install-oc.sh
3535
before_script:
3636
- oc login -u $OC_USERNAME -p $OC_PASSWORD centralpark.lightbend.com > /dev/null
37-
- oc new-project reactivelibtest1 || true
37+
- oc new-project reactivelibtest1 || oc project reactivelibtest1
3838
- export OC_TOKEN=$(oc serviceaccounts get-token default)
3939
- echo "$OC_TOKEN" | docker login -u unused --password-stdin docker-registry-default.centralpark.lightbend.com
4040
- oc status

0 commit comments

Comments
 (0)