As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Commit 5cd99d57 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Expliclity require 'timeout' from the stdlib

This avoids getting the following error on some platforms:

NameError: uninitialized constant GitlabKeys::Timeout
parent 52988006
No related branches found
No related tags found
No related merge requests found
v1.9.6
- Explicitly require 'timeout' from the standard library
v1.9.5
- Put authorized_keys.lock in the same directory as authorized_keys
- Use lock file when add new entries to authorized_keys
Loading
Loading
require 'tempfile'
require 'timeout'
require_relative 'gitlab_config'
require_relative 'gitlab_logger'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment