diff options
author | louiz’ <louiz@louiz.org> | 2016-12-08 01:15:40 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-12-08 01:15:40 +0100 |
commit | 7f577130e7dba8acbdeaa8933c4e5af666dedfce (patch) | |
tree | b346659492e487c372a3484713f5c9eea3179f35 | |
parent | 44101362df58f34c00320108b502ad2cc446c790 (diff) | |
download | biboumi-7f577130e7dba8acbdeaa8933c4e5af666dedfce.tar.gz biboumi-7f577130e7dba8acbdeaa8933c4e5af666dedfce.tar.bz2 biboumi-7f577130e7dba8acbdeaa8933c4e5af666dedfce.tar.xz biboumi-7f577130e7dba8acbdeaa8933c4e5af666dedfce.zip |
ci: Print the locals before running
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68732f2..9b1020f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ before_script: - uname -a + - locale - whoami - rm -rf build/ - mkdir build/ |