We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79a32e commit 02296ebCopy full SHA for 02296eb
.travis.yml
@@ -0,0 +1,8 @@
1
+sudo: required
2
+
3
+services:
4
+ - docker
5
6
+script:
7
+ - docker build -t quay.io/ukhomeofficedigital/kb8or:travis .
8
+ - docker run -it --rm -v ${PWD}:/var/lib/deploy quay.io/ukhomeofficedigital/kb8or:travis --help
README.md
@@ -1,4 +1,7 @@
# kb8or
+[](https://travis-ci.org/UKHomeOffice/kb8or)
Continuous Deployment Tool for deploying with [Kubernetes](http://kubernetes.io/).
## Features
0 commit comments