[neon/ubuntu-core/models.test] debian: test
Carlos De Maine
null at kde.org
Wed Aug 7 11:30:23 BST 2024
Git commit a6e61a37e5baef79294b3fa7a764d2f9a293eb1d by Carlos De Maine.
Committed on 07/08/2024 at 10:30.
Pushed by carlosdem into branch 'models.test'.
test
M +1 -3 debian/snap-image-model.yml
https://invent.kde.org/neon/ubuntu-core/-/commit/a6e61a37e5baef79294b3fa7a764d2f9a293eb1d
diff --git a/debian/snap-image-model.yml b/debian/snap-image-model.yml
index 3217516..beb4eb7 100644
--- a/debian/snap-image-model.yml
+++ b/debian/snap-image-model.yml
@@ -37,11 +37,9 @@ snap_image_model:
- cp -vf ./*.model $CI_PROJECT_DIR/.kde-ci-packages/
# push the new model to gitlab
- echo pushing new models to ref $CI_COMMIT_REF_NAME
- - git config user.email "ubuntu-neon-core-models-bot at kde.org"
- - git config user.name "ubuntu-neon-core models-bot"
- git add -f ./*.model
- git commit -m "Update models"
- - git push https://project_17308_bot_a45360256b28775b175cf622f6b817ad:$UBUNTU_NEON_CORE_ACCESS_TOKEN@invent.kde.org/neon/ubuntu-core.git HEAD:$CI_COMMIT_REF_NAME -o ci.skip
+ - git push https://$PROJECT_TOKEN_USERNAME:$UBUNTU_NEON_CORE_ACCESS_TOKEN@invent.kde.org/neon/ubuntu-core.git HEAD:$CI_COMMIT_REF_NAME -o ci.skip
interruptible: true
after_script:
# delete the gpg keyring
More information about the Neon-commits
mailing list