An error occurred while fetching this tab.
Replace local gitlab-ci include with ci-scripts
- Jul 02, 2021
-
-
David Runge authored
template/: Remove template dir as it is fully replaced by including archlinux/ci-scripts via gitlab-ci.
-
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.
-