summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-08 20:48:08 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-08 20:48:20 +0300
commit5c1c47df3a5fc442d260c2f8e95827c541c7433c (patch)
treef4c57740cdea021f5f71a33360da3d4560d3ed1a
parent34a01d2b2237f3ff233208c3ee0465314633b285 (diff)
downloadclientdata-5c1c47df3a5fc442d260c2f8e95827c541c7433c.tar.gz
clientdata-5c1c47df3a5fc442d260c2f8e95827c541c7433c.tar.bz2
clientdata-5c1c47df3a5fc442d260c2f8e95827c541c7433c.tar.xz
clientdata-5c1c47df3a5fc442d260c2f8e95827c541c7433c.zip
Enable irc report again from ci.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 72f579c5..1626bc76 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,7 +30,7 @@ ok_job:
- cd ..
- rm -rf tools
- git clone --depth 1 https://gitlab.com/evol/evol-tools.git tools
-# - ./tools/gitlab-ci/completeaction.sh "Build success. See https://gitlab.com/evol/clientdata/builds/$(tools/.shared/buildid.log)"
+ - ./tools/gitlab-ci/completeaction.sh "Build success. See https://gitlab.com/evol/clientdata/builds/$(tools/.shared/buildid.log)"
when: on_success
cache:
key: "$CI_BUILD_REF_NAME"
@@ -49,7 +49,7 @@ fail_job:
- cd ..
- rm -rf tools
- git clone --depth 1 https://gitlab.com/evol/evol-tools.git tools
-# - ./tools/gitlab-ci/completeaction.sh "Build failed. See https://gitlab.com/evol/clientdata/builds/$(tools/.shared/buildid.log)"
+ - ./tools/gitlab-ci/completeaction.sh "Build failed. See https://gitlab.com/evol/clientdata/builds/$(tools/.shared/buildid.log)"
when: on_failure
cache:
key: "$CI_BUILD_REF_NAME"