grim/convey

Parents 4abdbf677e04
Children cab4e3de10a6
Update all of the images README.md's for the new task type format
--- a/images/bitbucket-upload/README.md Sun Feb 18 22:12:34 2018 -0600
+++ b/images/bitbucket-upload/README.md Sun Feb 18 22:30:30 2018 -0600
@@ -6,6 +6,7 @@
tasks:
release:
+ type: docker/run
image: convey/bitbucket-upload
environment:
- BITBUCKET_REPO=rw_grim/convey
--- a/images/checksum/README.md Sun Feb 18 22:12:34 2018 -0600
+++ b/images/checksum/README.md Sun Feb 18 22:30:30 2018 -0600
@@ -6,6 +6,7 @@
tasks:
create-checksums:
+ type: docker/run
image: convey/checksum
environment:
- 'SHA256_FILES="convey-linux-amd64 convey-windows-amd64.exe convey-darwin-amd64"'
--- a/images/env/README.md Sun Feb 18 22:12:34 2018 -0600
+++ b/images/env/README.md Sun Feb 18 22:30:30 2018 -0600
@@ -6,6 +6,7 @@
tasks:
debug:
+ type: docker/run
image: convey/env
## Environment Variables
--- a/images/go-build-alpine/README.md Sun Feb 18 22:12:34 2018 -0600
+++ b/images/go-build-alpine/README.md Sun Feb 18 22:30:30 2018 -0600
@@ -6,6 +6,7 @@
tasks:
build-linux:
+ type: docker/run
image: convey/go-build:latest
command: -o convey-linux-amd64
environment:
--- a/images/go-build/README.md Sun Feb 18 22:12:34 2018 -0600
+++ b/images/go-build/README.md Sun Feb 18 22:30:30 2018 -0600
@@ -6,6 +6,7 @@
tasks:
build-linux:
+ type: docker/run
image: convey/go-build:latest
command: -o convey-linux-amd64
environment:
--- a/images/go-test/README.md Sun Feb 18 22:12:34 2018 -0600
+++ b/images/go-test/README.md Sun Feb 18 22:30:30 2018 -0600
@@ -6,6 +6,7 @@
tasks:
testing:
+ type: docker/run
image: convey/go-test:latest
environment:
- GO_PACKAGE=bitbucket.org/rw_grim/convey
--- a/images/go-vet/README.md Sun Feb 18 22:12:34 2018 -0600
+++ b/images/go-vet/README.md Sun Feb 18 22:30:30 2018 -0600
@@ -6,6 +6,7 @@
tasks:
go-vet:
+ type: docker/run
image: convey/go-vet:latest
environment:
- GO_PACKAGE=bitbucket.org/rw_grim/convey
--- a/images/rust-build-linux/README.md Sun Feb 18 22:12:34 2018 -0600
+++ b/images/rust-build-linux/README.md Sun Feb 18 22:30:30 2018 -0600
@@ -7,6 +7,7 @@
tasks:
build-linux:
+ type: docker/run
image: convey/rust-build-linux:latest
command: --release --target x86_64-linux-musl
--- a/images/template/README.md Sun Feb 18 22:12:34 2018 -0600
+++ b/images/template/README.md Sun Feb 18 22:30:30 2018 -0600
@@ -8,6 +8,7 @@
tasks:
build-info:
+ type: docker/run
image: convey/template:latest
environment:
- TEMPLATE_STRING='branch: ${HG_BRANCH}\ncommit: ${HG_COMMIT_SHORT}'