Commit a0223c37 authored by Hiro's avatar Hiro 🏄
Browse files

Temporarily remove default branch rule in CI

parent b6bf0a92
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,5 +44,5 @@ pages:
  artifacts:
    paths:
      - public
# rules:
#   - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
  rules:
   - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ python3 -m nose --with-coverage --cover-package=onionperf
## Documentation

Docs are available on:
[html]()
[html](https://tpo.pages.torproject.net/network-health/metrics/onionperf/)
[Source](https://gitlab.torproject.org/tpo/network-health/metrics/onionperf/-/tree/master/docs)

>>>>>>> 6122061 (edit ci and docs)