feat: update drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2023-04-07 20:48:24 +02:00
parent 4ea49656e5
commit fef5b172b1
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ kind: pipeline
name: "shuttle-drone-templates"
steps:
- name: "build"
image: docker.io/kasperhermansen/shuttle-drone:1680893195675
image: docker.io/kasperhermansen/shuttle-drone:1680893274918
volumes:
- name: dockersock
path: /var/run

View File

@ -81,7 +81,7 @@ func Build(ctx context.Context) error {
}).
From("debian").
WithWorkdir("/app").
WithDirectory("/usr/local/go", golangDir).
WithDirectory("/usr/local/bin/go", golangDir).
WithFile("/usr/local/bin/shuttle", shuttle).
WithExec([]string{"shuttle", "version"})
if _, err := image.ExitCode(ctx); err != nil {