diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-06-18 01:07:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-06-18 01:07:26 +0300 |
commit | 5e11fb3595e752e37557e3e1a1a0590e033daad3 (patch) | |
tree | c0f009ae5e0721352c2b3ca754fc9912a981d942 /tools/ci/branches/ci_site | |
parent | 6057e8d87c5716caaff856d17c2cf61fbd5dcfcf (diff) | |
download | plus-5e11fb3595e752e37557e3e1a1a0590e033daad3.tar.gz plus-5e11fb3595e752e37557e3e1a1a0590e033daad3.tar.bz2 plus-5e11fb3595e752e37557e3e1a1a0590e033daad3.tar.xz plus-5e11fb3595e752e37557e3e1a1a0590e033daad3.zip |
Fix stats site compilation.
Also add build date/time into commit version file.
Diffstat (limited to 'tools/ci/branches/ci_site')
-rw-r--r-- | tools/ci/branches/ci_site/.gitlab-ci.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_site/.gitlab-ci.yml b/tools/ci/branches/ci_site/.gitlab-ci.yml index b422f9587..fa4ca6523 100644 --- a/tools/ci/branches/ci_site/.gitlab-ci.yml +++ b/tools/ci/branches/ci_site/.gitlab-ci.yml @@ -2,6 +2,17 @@ stages: - build - stats +# with :; prevent from run it on windows +before_script: + - ":; uname -a" + - ":; cat /etc/os-release" + - ":; pwd" + - ":; cat /proc/sys/kernel/core_pattern" + - ":; mkdir logs || true" + - ":; ${UPDATEREPOS}" + - ":; ${DOCKERRETRY} ${PMUPDATE} >logs/apt.log" + - ":; ${DOCKERRETRY} ${PMINSTALL} ${PACKAGES} >>logs/apt.log" + .job-push: &job-push artifacts: paths: |