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

This commit is contained in:
Robert Kaussow 2022-11-24 09:35:50 +01:00 committed by GitHub
parent 9ca985065a
commit 52bc04ee19
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
@ -380,6 +381,6 @@ depends_on:
---
kind: signature
hmac: b3fcec8e8669cb90bbf5cf5e17db99f2b3b813f117a69f43045cefbb59c5c862
hmac: 406af709c926dd4fd1b189a89d7b10d65e889e881d4fec63ac3526672a3e3336
...