Actualizar el archivo .gitlab-ci.yml
This commit is contained in:
parent
e571c4fbe8
commit
a75e383da2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ variables:
|
|||
# Application id of the app, should be same as id used in flatpak manifest and MetaInfo
|
||||
APP_ID: org.suyu_emu.suyu
|
||||
# Location of the flatpak manifest, root of git repository
|
||||
MANIFEST_PATH: $CI_PROJECT_DIR/${APP_ID}.yaml
|
||||
MANIFEST_PATH: $CI_PROJECT_DIR/${APP_ID}.json
|
||||
# Name of flatpak bundle
|
||||
BUNDLE: "${APP_ID}.flatpak"
|
||||
# Docker image to use
|
||||
|
|
Loading…
Reference in a new issue