mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-02-08 15:55:46 +00:00
Fix buildspec
This commit is contained in:
@@ -39,8 +39,8 @@ jobs:
|
|||||||
interpreter: !DefaultInterpreter
|
interpreter: !DefaultInterpreter
|
||||||
commands: |
|
commands: |
|
||||||
cd Packaging/Linux
|
cd Packaging/Linux
|
||||||
bash build-debian-jammy.sh
|
bash build-ubuntu-jammy.sh
|
||||||
bash push-debian-jammy.sh
|
bash push-ubuntu-jammy.sh
|
||||||
envVars:
|
envVars:
|
||||||
- name: GITEA_AUTH
|
- name: GITEA_AUTH
|
||||||
value: '@secret:GITEA_AUTH@'
|
value: '@secret:GITEA_AUTH@'
|
||||||
@@ -53,8 +53,8 @@ jobs:
|
|||||||
interpreter: !DefaultInterpreter
|
interpreter: !DefaultInterpreter
|
||||||
commands: |
|
commands: |
|
||||||
cd Packaging/Linux
|
cd Packaging/Linux
|
||||||
bash build-debian-plucky.sh
|
bash build-ubuntu-plucky.sh
|
||||||
bash push-debian-plucky.sh
|
bash push-ubuntu-plucky.sh
|
||||||
envVars:
|
envVars:
|
||||||
- name: GITEA_AUTH
|
- name: GITEA_AUTH
|
||||||
value: '@secret:GITEA_AUTH@'
|
value: '@secret:GITEA_AUTH@'
|
||||||
|
|||||||
Reference in New Issue
Block a user