mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-23 06:24:42 -04:00
FIgured out the nightly naming convention was from a missing arg to pass the IS_NIGHTLY envar. [ci skip]
This commit is contained in:
parent
0d47a6328a
commit
e9fe5928dc
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ nightly_package_linux:
|
|||
- build-amd64-deb
|
||||
script:
|
||||
- earthly bootstrap
|
||||
- earthly +package-linux
|
||||
- earthly +package-linux --IS_NIGHTLY="$IS_NIGHTLY"
|
||||
artifacts:
|
||||
paths:
|
||||
- target/packages/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue