Commit e32485bf authored by Seblu's avatar Seblu
Browse files

Improve Gitlab CI

- Only when PKGBUILD changes
- Remove debug messages
parent f2d6f892
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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:
    refs:
      - master
    changes:
      - PKGBUILD