mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
chore(ruby): add command to check file syntax
This commit is contained in:
@@ -29,6 +29,10 @@ SSL_CERT_FILE='path/to/ssl.cert'
|
||||
<summary>Usage</summary>
|
||||
|
||||
```sh
|
||||
# Check file syntax.
|
||||
# Does *not* run the code.
|
||||
ruby -c '/etc/gitlab/gitlab.rb'
|
||||
|
||||
# Create ruby gems from code.
|
||||
gem build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user