diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-25 02:58:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-25 02:58:21 +0300 |
commit | 166fdffd04277c5f29f57ace70a16d34e49c7bb0 (patch) | |
tree | ca3d9550f7e26736da79a32f5910cc16d09840aa /.gitlab-ci.yml | |
parent | 591c4ab7e78da61afddda8a76195212b748a9554 (diff) | |
download | plus-166fdffd04277c5f29f57ace70a16d34e49c7bb0.tar.gz plus-166fdffd04277c5f29f57ace70a16d34e49c7bb0.tar.bz2 plus-166fdffd04277c5f29f57ace70a16d34e49c7bb0.tar.xz plus-166fdffd04277c5f29f57ace70a16d34e49c7bb0.zip |
Move some always executed ci commands from init.sh into before_script.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 215b184ae..93564c9c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,9 @@ stages: before_script: - uname -a + - cat /etc/os-release + - pwd + - mkdir logs variables: GET_SOURCES_ATTEMPTS: "5" |