Skip to content

Commit

Permalink
remove shippable build testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gegere committed May 14, 2021
1 parent 62f9a35 commit cf9ccf3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 43 deletions.
Empty file added .secret/.gitkeep
Empty file.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

## Apache Docker

[![Run Status](https://api.shippable.com/projects/54cf015b5ab6cc13528a7b6a/badge?branch=master)](https://app.shippable.com/projects/54cf015b5ab6cc13528a7b6a)
[![Circle CI](https://circleci.com/gh/htmlgraphic/Apache/tree/master.svg?style=svg)](https://circleci.com/gh/htmlgraphic/Apache/tree/master)
[![](https://images.microbadger.com/badges/image/htmlgraphic/apache:latest.svg)](https://microbadger.com/images/htmlgraphic/apache:latest "Get your own image badge on microbadger.com")

Expand Down Expand Up @@ -34,7 +33,6 @@ Apache
├── docker-compose.yml # → Production build
├── Dockerfile # → Uses a basefile build to help speed up the docker container build process
├── Makefile # → Build command shortcuts
├── shippable.yml # → Configuration for Shippable.com testing
└── tests/
├── build_tests.sh # → Build test processes
└── shunit2-2.1.7.tar.gz # → sh unit teesting
Expand Down Expand Up @@ -163,8 +161,6 @@ These continuous integration services will fully test the creation of your conta

---

**[Shippable](https://shippable.com)** - Test **production** and **dev** Docker builds, can the container be built the without error? The ```/tests/build_tests.sh``` file ensures the can run with parameters defined. Shippable allows the use of [matrix environment variables](http://docs.shippable.com/ci_configure/#using-environment-variables) reducing build time and offer a more robust tests. If any test(s) fail the system should be reviewed closer.


## Interacting with Containers:

Expand Down
39 changes: 0 additions & 39 deletions shippable.yml

This file was deleted.

0 comments on commit cf9ccf3

Please sign in to comment.