[neon/ubuntu-core/models.add-models-pipeline] debian: Add debugging messages to the CI
Antoine Gonzalez
null at kde.org
Wed Aug 7 15:54:49 BST 2024
Git commit a5f1484a89ed31454f728ae5187322a780a79be1 by Antoine Gonzalez.
Committed on 07/08/2024 at 14:54.
Pushed by daspood into branch 'models.add-models-pipeline'.
Add debugging messages to the CI
M +7 -1 debian/neon-core-models.yml
https://invent.kde.org/neon/ubuntu-core/-/commit/a5f1484a89ed31454f728ae5187322a780a79be1
diff --git a/debian/neon-core-models.yml b/debian/neon-core-models.yml
index cccf916..c33797d 100644
--- a/debian/neon-core-models.yml
+++ b/debian/neon-core-models.yml
@@ -37,11 +37,17 @@ neon_core_models:
# set our identity
- git config user.email "project_17308_bot_bfe008c722508de9710d4b73ec01c4a0 at invent.kde.org"
- git config user.name "Neon Core-Bot"
+ # FIXME: debugging the CI
+ - git fetch
+ - git status
+ - git log -5 --oneline --graph
+ - git branch -a
+ - echo "$CI_COMMIT_REF_NAME"
# add the model and commit
- git add -f ./kde-neon-core-dangerous-amd64.model ./kde-neon-core-signed-amd64.model
- git commit -m "Update models"
# push the new model to gitlab, and prevent the CI from triggering after a bot push
- - git push https://project_17308_bot_bfe008c722508de9710d4b73ec01c4a0:$GIT_MODEL_COMMIT@invent.kde.org/neon/ubuntu-core.git "$CI_COMMIT_REF_NAME" -o ci.skip
+ - git push https://project_17308_bot_bfe008c722508de9710d4b73ec01c4a0:$GIT_MODEL_COMMIT@invent.kde.org/neon/ubuntu-core.git $CI_COMMIT_REF_NAME -o ci.skip
interruptible: true
after_script:
# delete the gpg keyring
More information about the Neon-commits
mailing list