update salt-build
This commit is contained in:
parent
422cd2e50e
commit
f449dc05a4
@ -25,7 +25,7 @@ steps:
|
|||||||
base_url: https://git.paulbsd.com
|
base_url: https://git.paulbsd.com
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
files: "/out/*.tar.xz"
|
files: "/salt/out/*.tar.xz"
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
@ -57,7 +57,7 @@ steps:
|
|||||||
base_url: https://git.paulbsd.com
|
base_url: https://git.paulbsd.com
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
files: "/out/*.tar.xz"
|
files: "/salt/out/*.tar.xz"
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
@ -16,5 +16,5 @@ relenv create /salt/salt --python=3.11.13
|
|||||||
/salt/salt/bin/pip3 install /tmp/salt-${SALT_VERSION}
|
/salt/salt/bin/pip3 install /tmp/salt-${SALT_VERSION}
|
||||||
/salt/salt/bin/pip3 install -r require.txt
|
/salt/salt/bin/pip3 install -r require.txt
|
||||||
|
|
||||||
mkdir -p /out
|
mkdir -p /salt/out
|
||||||
tar -C /salt -cJf /out/salt-${SALT_VERSION}-linux-${ARCH}.tar.xz salt
|
tar -C /salt -cJf /salt/out/salt-${SALT_VERSION}-linux-${ARCH}.tar.xz salt
|
||||||
|
Loading…
Reference in New Issue
Block a user