ci: create symlink for xgo source directory (#49)

This commit is contained in:
Robert Kaussow 2022-11-24 09:43:55 +01:00 committed by GitHub
parent cc5ee85862
commit 9fd40fa58c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -70,6 +70,7 @@ local PipelineBuildBinaries = {
name: 'build',
image: 'techknowlogick/xgo:go-1.19.x',
commands: [
'ln -s /drone/src /source',
'make release',
],
},

View File

@ -53,6 +53,7 @@ steps:
- name: build
image: techknowlogick/xgo:go-1.19.x
commands:
- ln -s /drone/src /source
- make release
- name: executable
@ -453,6 +454,6 @@ depends_on:
---
kind: signature
hmac: c6bc4fac170e14b5315506b6f5dbe79f8030a53272cf6ecf0d837d4bd830e864
hmac: 1ef10498bf83b95868cf96ab2e345d0d0ce22aba5e0af0ee2114e18e77d500fb
...