~tomleb/alpine-mkinitfs

dcb90f4bb5c7b7749c405be27d101774b559643e — Natanael Copa 1 year, 4 months ago 317c1ec
Disable yash

yash no longer accept 'local'
1 files changed, 5 insertions(+), 5 deletions(-)

M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +5 -5
@@ 20,11 20,11 @@ test-oksh:
    - apk add oksh
    - ln -sf /bin/oksh /bin/sh

test-yash:
  extends: test-default
  before_script:
    - apk add yash
    - ln -sf /usr/bin/yash /bin/sh
#test-yash:
#  extends: test-default
#  before_script:
#    - apk add yash
#    - ln -sf /usr/bin/yash /bin/sh

test-zsh:
  extends: test-default