mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-12 16:19:48 +03:00
ci: remove global before_script
We should not need to apk upgrade on stable just to check that MR settings are correct. Simplify that, and remove an anchor only used in one place. Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6471 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
fe2009a846
commit
6622982587
1 changed files with 0 additions and 3 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
# global settings
|
||||
image: alpine:latest
|
||||
before_script: &global_before_scripts
|
||||
- apk upgrade -U
|
||||
after_script:
|
||||
- .ci/lib/move_logs.sh $CI_PROJECT_DIR
|
||||
stages:
|
||||
|
@ -134,7 +132,6 @@ mr-settings:
|
|||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
before_script:
|
||||
- *global_before_scripts
|
||||
- apk -q add python3
|
||||
script:
|
||||
- wget -q "https://gitlab.postmarketos.org/postmarketOS/ci-common/-/raw/master/check_mr_settings.py"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue