We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbdcc0b commit 59bc1caCopy full SHA for 59bc1ca
lib/ndr_dev_support/capistrano/deploy_secrets.rb
@@ -1,3 +1,5 @@
1
+require 'tmpdir'
2
+
3
# Add a git or svn secrets respository for ndr_dev_support:deploy_secrets
4
def add_secrets_repo(name:, url:, scm:, branch: nil)
5
raise "Invalid repo name #{name}" unless /\A[A-Z0-9_-]+\z/i.match?(name)
0 commit comments