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

This commit is contained in:
Robert Kaussow 2022-11-24 09:43:51 +01:00 committed by GitHub
parent e726cf4036
commit 5bd6ad6293
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: 154b26ea387b4101168b7efe6a0819de9f0a0b528b6e8970db1fe783ee57de9f
hmac: 84a1488f4ff7598d99dd3ef32de6c4062437cef3037e6f67c84ae8a8e811bb35
...