Skip to content
Snippets Groups Projects
Unverified Commit 1610a605 authored by Oliver Smith's avatar Oliver Smith
Browse files

CI: shellcheck: remove apk upgrade command (MR 2511)

CI is currently failing at the "apk upgrade" line with the following
error. It must be related to the openssl3 transition that is going on in
Alpine:

485B6261A57F0000:error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1882:
ERROR: musl-1.2.2-r6: Permission denied
485B6261A57F0000:error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1882:
ERROR: busybox-1.34.0-r3: Permission denied
485B6261A57F0000:error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1882:
ERROR: musl-utils-1.2.2-r6: Permission denied

So let's get rid of it. It shouldn't be needed to install shellcheck
anyway.
parent 88e6fb6c
No related branches found
No related tags found
No related merge requests found
Pipeline #203012 passed
......@@ -57,7 +57,6 @@ shellcheck:
<<: *only-default
image: alpine:edge
before_script:
- apk -q upgrade
- apk -q add shellcheck
script:
- .gitlab-ci/shellcheck.sh
......
  • Administrator @root

    mentioned in merge request !2493 (merged)

    By Oliver Smith on 2021-09-12T17:03:20

    · Imported

    mentioned in merge request !2493 (merged)

    By Oliver Smith on 2021-09-12T17:03:20

    Edited by Ghost User
    Toggle commit list
  • Administrator @root

    mentioned in commit ff51a5d3

    By Oliver Smith on 2021-09-12T17:18:29

    · Imported

    mentioned in commit ff51a5d3

    By Oliver Smith on 2021-09-12T17:18:29

    Edited by Ghost User
    Toggle commit list
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