Skip to content
Snippets Groups Projects
Commit f6eb6265 authored by Éloïs's avatar Éloïs
Browse files

[ci] clean unused code

parent 174e2a79
No related branches found
No related tags found
No related merge requests found
......@@ -36,14 +36,6 @@ workflow:
- nvm install 10
- nvm use 10
.cached_nvm: &cached_nvm
<<: *env
cache:
untracked: true
paths:
- node_modules/
.rust_env:
image: registry.duniter.org/docker/rust/rust-x64-stable-ci:latest
tags:
......@@ -52,31 +44,6 @@ workflow:
- export PATH="$HOME/.cargo/bin:$PATH"
- rustup show && rustc --version && cargo --version
#pages:
# <<: *env
# stage: pages
# cache: {}
# script:
# - npm i
# - npm doc
# - mkdir -p public
# - cp .gitlab/pages/pages-index.html public/index.html
# - sed -i "s/{BRANCH}/$CI_COMMIT_REF_NAME/g" public/index.html
# - mv typedoc public/
# - echo "$CI_JOB_ID"
# - curl "https://git.duniter.org/nodes/typescript/duniter/-/jobs/$CI_JOB_ID/artifacts/raw/coverage.tar.gz"
# - tar xzf coverage.tar.gz
# - mv coverage "public/coverage"
# - ls public
# artifacts:
# untracked: true
# paths:
# - public
# only:
# - loki
# - dev
tests:
<<: *env
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment