ci: create symlink for xgo source directory

This commit is contained in:
Robert Kaussow 2022-11-24 09:32:29 +01:00
parent 38641a478e
commit 6e14ce12fb
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
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
@ -456,6 +457,6 @@ depends_on:
---
kind: signature
hmac: a30d89331412b41e3379c959980093a15b22a8e7f0c7f67bb4003da2c20c9248
hmac: ca0b33b5e34155aaf1edb9bb442c51b2d4c2fe617f8fc08a65ac13a86904211c
...