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

Add Continuous Integration #26

Closed
4 tasks done
mlangbehn opened this issue Aug 18, 2017 · 1 comment
Closed
4 tasks done

Add Continuous Integration #26

mlangbehn opened this issue Aug 18, 2017 · 1 comment
Assignees

Comments

@mlangbehn
Copy link
Contributor

mlangbehn commented Aug 18, 2017

Issue description

Currently, Travis CI installs software, but does not run any tests

Acceptance criteria

@mlangbehn mlangbehn self-assigned this Aug 18, 2017
mlangbehn added a commit to mlangbehn/Kubernetes-container-service-GitLab-sample that referenced this issue Aug 23, 2017
Previously, Travis CI installed software (some of which was not needed),
and then ran `/bin/true`.

Now, the Travis CI configuration has been cleaned up, and runs
shellcheck and yamllint. In the process, several .sh and .yml files had
to be updated so that they would pass linting.

Related-Issue: IBM#26
Signed-off-by: Matt Langbehn <matthew.langbehn@gmail.com>
mlangbehn added a commit to mlangbehn/Kubernetes-container-service-GitLab-sample that referenced this issue Aug 23, 2017
Previously, Travis CI installed software (some of which was not needed),
and then ran `/bin/true`.

Now, the Travis CI configuration has been cleaned up, and runs
shellcheck and yamllint. In the process, several .sh and .yml files had
to be updated so that they would pass linting.

Related-Issue: IBM#26
Signed-off-by: Matt Langbehn <matthew.langbehn@gmail.com>
mlangbehn added a commit to mlangbehn/Kubernetes-container-service-GitLab-sample that referenced this issue Aug 28, 2017
Now we run docker-compose and check that port 30080 is listening on
every Travis CI run.

Related-Issue: IBM#26
Signed-off-by: Matt Langbehn <matthew.langbehn@gmail.com>
@mlangbehn
Copy link
Contributor Author

#30 would be nice.

Good725 added a commit to Good725/rails-gitlab that referenced this issue Feb 22, 2020
Previously, Travis CI installed software (some of which was not needed),
and then ran `/bin/true`.

Now, the Travis CI configuration has been cleaned up, and runs
shellcheck and yamllint. In the process, several .sh and .yml files had
to be updated so that they would pass linting.

Related-Issue: IBM/Kubernetes-container-service-GitLab-sample#26
Signed-off-by: Matt Langbehn <matthew.langbehn@gmail.com>
Good725 added a commit to Good725/rails-gitlab that referenced this issue Feb 22, 2020
Now we run docker-compose and check that port 30080 is listening on
every Travis CI run.

Related-Issue: IBM/Kubernetes-container-service-GitLab-sample#26
Signed-off-by: Matt Langbehn <matthew.langbehn@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant