diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-29 15:37:15 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-29 15:37:15 -0600 |
| commit | 125b9a0e999baaefc166e6b020f19f069be46743 (patch) | |
| tree | 9dabd8b34dde74d1e5d279c50dd084accbe00cc5 /.gitlab-ci.yml | |
| parent | bb1a7be9056f205d50fc3b038d0cc6d380118707 (diff) | |
chore: sort the environment variables
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74b126e..3245e33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ unit: image: ruby:latest script: - - env + - env | sort - sh ./bin/cibuild variables: DEBUG: true |
