ci: Add nightly build stage.

results
Pierre-Antoine Rouby 2023-07-18 10:22:07 +02:00
parent 746ac01fde
commit 72b645bd78
1 changed files with 7 additions and 7 deletions

View File

@ -13,10 +13,10 @@ test:
script:
- echo "TODO PAMHYR tests"
# nightly-package:
# stage: release
# tags:
# - release
# script:
# - cd packages
# - ./linux.sh
nightly-package:
stage: release
tags:
- release
script:
- cd packages
- ./linux.sh