File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ jobs:
261261 - name : ' Install packages'
262262 run : ' apk add --no-cache ca-certificates curl file idn2-utils make'
263263 - name : ' Install packages (2nd stage)'
264- run : ' apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community oksh'
264+ run : ' apk add --no-cache oksh'
265265 - name : ' Print oksh version'
266266 run : ' apk info --no-cache oksh'
267267 - name : ' Checkout project'
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ test-alpine-latest-shell-oksh:
157157 image : ' docker.io/alpine:latest'
158158 before_script :
159159 - ' apk add --no-cache ca-certificates curl file idn2-utils make'
160- - ' apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community oksh'
160+ - ' apk add --no-cache oksh'
161161 - ' apk info --no-cache oksh'
162162 script :
163163 - ' make test-all TEST_SHELL="$(command -v oksh)"'
You can’t perform that action at this time.
0 commit comments