0
0
mirror of https://github.com/thegeeklab/drone-admin.git synced 2024-11-14 17:50:40 +00:00

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

This commit is contained in:
Robert Kaussow 2022-11-24 09:44:06 +01:00 committed by GitHub
parent c64cbcda36
commit 863c61a9c7
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: b2130340f022f3997fac2df75f5b0524aec237d154cfaae80a668b58fbe900a9
hmac: 6951ea4603a80065b6aed6b4bd057dc8bb14a2fdd62bff41e7cffeab5158e99d
...