Skip to content
Snippets Groups Projects

Replace local gitlab-ci include with ci-scripts

Merged David Runge requested to merge issues/8 into master
  1. Jul 02, 2021
    • David Runge's avatar
      Remove template dir · 4f1a29c4
      David Runge authored
      template/:
      Remove template dir as it is fully replaced by including archlinux/ci-scripts via gitlab-ci.
      Verified
      4f1a29c4
    • David Runge's avatar
      Replace local gitlab-ci include with ci-scripts · 9146196a
      David Runge authored
      .gitlab-ci.yml:
      Replace the local include of a gitlab-ci description (and the accompanying script) with an include of
      archlinux/ci-scripts.
      Copy potentially existing keys in script target instead of before_script target. This way we get to remove before_script
      and only need to specify which script from ci-scripts we are calling in the scripts target, instead of redoing all of
      before_script.
      Remove after_script target, as it is taken care of in ci-scripts.
      Verified
      9146196a
Loading