This commit is contained in:
Robert Kaussow 2022-11-23 11:17:31 +01:00
parent ca8638e848
commit d30407730c
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 1 additions and 3 deletions

View File

@ -71,7 +71,6 @@ local PipelineBuildBinaries = {
image: 'techknowlogick/xgo:go-1.19.x@sha256:b3441e1e1d2e5da281bfa8398cf70d2450d4b82464ee61eea8f0480c96edeab9',
commands: [
'pwd',
'ls -la /source',
'make release',
],
},

View File

@ -54,7 +54,6 @@ steps:
image: techknowlogick/xgo:go-1.19.x@sha256:b3441e1e1d2e5da281bfa8398cf70d2450d4b82464ee61eea8f0480c96edeab9
commands:
- pwd
- ls -la /source
- make release
- name: executable
@ -459,6 +458,6 @@ depends_on:
---
kind: signature
hmac: d01f14d060ece570f561bd7f7bd5f27a3298aa16a97313a044d430104f803d33
hmac: 69d25d7a8bf2d3a07a63b477f02321ba7aae72de9f18170133e91ed406435ae2
...