Skip to content
Snippets Groups Projects
Commit e32485bf authored by Seblu's avatar Seblu
Browse files

Improve Gitlab CI

- Only when PKGBUILD changes
- Remove debug messages
parent f2d6f892
No related branches found
No related tags found
No related merge requests found
Pipeline #94 passed with stage
in 2 minutes and 48 seconds
......@@ -16,8 +16,6 @@ makepkg:
- chmod 770 /root
script:
- ulimit -c 0
- pwd
- ls -Rl
- sudo -u build -- makepkg --syncdeps
artifacts:
name: $CI_PROJECT_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA
......@@ -43,4 +41,7 @@ commitpkg:
script:
- seblu-push
only:
- master
refs:
- master
changes:
- PKGBUILD
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment