mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +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>
|
<summary>Usage</summary>
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
# Check file syntax.
|
||||||
|
# Does *not* run the code.
|
||||||
|
ruby -c '/etc/gitlab/gitlab.rb'
|
||||||
|
|
||||||
# Create ruby gems from code.
|
# Create ruby gems from code.
|
||||||
gem build
|
gem build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user