summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-08 21:27:53 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-08 21:27:53 +0300
commit8331f947e874a77b8d2338998e2d1967b0dd85d7 (patch)
tree053e0ed4ff9bc17e20ba648fcabacb26d3fe7dee
parent14f8aa4d47eb0cc033368701e4ace44b402192a8 (diff)
downloadclientdata-8331f947e874a77b8d2338998e2d1967b0dd85d7.tar.gz
clientdata-8331f947e874a77b8d2338998e2d1967b0dd85d7.tar.bz2
clientdata-8331f947e874a77b8d2338998e2d1967b0dd85d7.tar.xz
clientdata-8331f947e874a77b8d2338998e2d1967b0dd85d7.zip
use separate report scripts in .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 006aee5f..1aa7a5f7 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/$(clientdata/.shared/buildid.log)"
+ - ./tools/gitlab-ci/susseccaction.sh
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/$(clientdata/.shared/buildid.log)"
+ - ./tools/gitlab-ci/failaction.sh
when: on_failure
cache:
key: "$CI_BUILD_REF_NAME"