create and store card data (#41)

* ability to stream a file to the drone server
This commit is contained in:
Eoin McAfee
2021-11-15 10:44:33 +00:00
committed by GitHub
parent 8fc6503858
commit 28160e11b8
6 changed files with 19 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ platform:
steps:
- name: test
image: golang:1.13
image: golang:1.16
commands:
- go test -cover ./...
volumes:
@@ -16,7 +16,7 @@ steps:
path: /go
- name: build
image: golang:1.13
image: golang:1.16
commands:
- sh scripts/build.sh
volumes: