Skip to content

Commit ac31a9b

Browse files
committed
oksh is now in stable branch
1 parent d57ca35 commit ac31a9b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)"'

0 commit comments

Comments
 (0)