Skip to content

.gitlab: fix /etc/alpine-release returning permission denied

Sertonix requested to merge sertonix/aports:sertonix-master-patch-44361 into master

Since the other 2 code blocks are commands some people may think that they should execute /etc/alpine-release instead of pasting it's content (Which results in /bin/sh: /etc/alpine-release: Permission denied). Use cat(1) to clarify.

Ref #16228

Merge request reports