Loading .gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -14,10 +14,8 @@ build: rules: - if: $CI_COMMIT_TAG before_script: # - apk add bash # - apk add zip - apt-get update - apt-get install -y git python3 mkdocs - apt-get install -y zip git python3 mkdocs - yarn install --prefer-offline script: - echo $SHELL Loading Loading
.gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -14,10 +14,8 @@ build: rules: - if: $CI_COMMIT_TAG before_script: # - apk add bash # - apk add zip - apt-get update - apt-get install -y git python3 mkdocs - apt-get install -y zip git python3 mkdocs - yarn install --prefer-offline script: - echo $SHELL Loading