0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-11-22 10:00:38 +00:00

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

This commit is contained in:
Robert Kaussow 2022-11-24 11:04:16 +01:00 committed by GitHub
parent 72abcb6861
commit 71e0f40d3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,6 +127,7 @@ def build(ctx):
"image": "techknowlogick/xgo:go-1.19.x", "image": "techknowlogick/xgo:go-1.19.x",
"pull": "always", "pull": "always",
"commands": [ "commands": [
"ln -s /drone/src /source",
"make release", "make release",
], ],
"volumes": [ "volumes": [