Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from Unbabel/change-gitlab-ci-filename
Browse files Browse the repository at this point in the history
fix: rename gitlab ci file
  • Loading branch information
brunotm authored Feb 27, 2020
2 parents 2d1fc7f + 9983d16 commit 11bb4ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitlab-ci.yaml → .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ test:
only:
- external_pull_requests
- master
- push
script:
- make test

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/Unbabel/replicant?style=flat-square)](https://goreportcard.com/report/github.com/Unbabel/replicant)
[![GoDoc](https://img.shields.io/badge/api-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/Unbabel/replicant)
[![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/unbabel/replicant?style=flat-square)](https://hub.docker.com/r/unbabel/replicant)
[![pipeline status](https://gitlab.com/Unbabel/sre-team/replicant/badges/master/pipeline.svg)](https://gitlab.com/Unbabel/sre-team/replicant/-/commits/master)<br/>


Replicant is a synthetic testing service named after the bioengineered androids from Blade Runner. (all synthetics came from Blade Runner :)

Expand Down Expand Up @@ -318,4 +320,4 @@ Bruno Moura [[email protected]](mailto:[email protected])
## License
Replicant source code is available under the Apache Version 2.0 [License](https://github.com/Unbabel/replicant/blob/master/LICENSE)
Replicant source code is available under the Apache Version 2.0 [License](https://github.com/Unbabel/replicant/blob/master/LICENSE)

0 comments on commit 11bb4ce

Please sign in to comment.