Skip to content
Snippets Groups Projects

Add runner token expiration interval settings

All threads resolved!
Files
593
@@ -77,15 +77,16 @@ ui-docs-links lint:
@@ -77,15 +77,16 @@ ui-docs-links lint:
script:
script:
- bundle exec haml-lint -i DocumentationLinks
- bundle exec haml-lint -i DocumentationLinks
docs-lint deprecations:
docs-lint deprecations-and-removals:
variables:
variables:
SETUP_DB: "false"
SETUP_DB: "false"
extends:
extends:
- .default-retry
- .default-retry
- .rails-cache
- .rails-cache
- .default-before_script
- .default-before_script
- .docs:rules:deprecations
- .docs:rules:deprecations-and-removals
stage: lint
stage: lint
needs: []
needs: []
script:
script:
- bundle exec rake gitlab:docs:check_deprecations
- bundle exec rake gitlab:docs:check_deprecations
 
- bundle exec rake gitlab:docs:check_removals
Loading