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

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

View File

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

View File

@ -61,6 +61,7 @@ steps:
- name: build
image: techknowlogick/xgo:go-1.19.x
commands:
- ln -s /drone/src /source
- make release
- name: executable
@ -142,6 +143,6 @@ depends_on:
---
kind: signature
hmac: 7b57366e668a7949629efd424ba0b8a4483c959dea819dcd0ec7f001763cfcb4
hmac: e1c222b7a3d1b7aff9c4bea8205334456a620682a4cc4f6bb3959857f5029ebc
...