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

This commit is contained in:
Robert Kaussow 2022-11-24 09:43:43 +01:00 committed by GitHub
parent 0e88134cab
commit 81094ee3c5
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: cd4d5a770121306a4d8992ec7135ce43049673eb218b41961645d3f9fd915740
hmac: 0a77c46102c68670b7ede37ef6d17d78b72cc21dacf919c6081c9a37baa0888e
...