summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-08 22:38:13 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-08 22:38:13 +0300
commit959eecb01f4553ea41333a26328090e33c5fccfa (patch)
treea1daf0ecd0bcf943df50bf206dbbe90d19384193
parentfb61fd44cd47b9bcdbb84fe85fb08876dc5d0b14 (diff)
downloadclientdata-959eecb01f4553ea41333a26328090e33c5fccfa.tar.gz
clientdata-959eecb01f4553ea41333a26328090e33c5fccfa.tar.bz2
clientdata-959eecb01f4553ea41333a26328090e33c5fccfa.tar.xz
clientdata-959eecb01f4553ea41333a26328090e33c5fccfa.zip
test1
-rw-r--r--.gitlab-ci.yml16
1 files changed, 10 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9a748ff..bb61310c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,15 +12,15 @@ pages:
- rm -rf tools
- git clone --depth 1 https://gitlab.com/evol/evol-tools.git tools
- ./tools/gitlab-ci/clientdata.sh
- artifacts:
- paths:
- - public
+# artifacts:
+# paths:
+# - public
cache:
key: "$CI_BUILD_REF_NAME"
paths:
- .shared
only:
- - master
+ - pagestest
ok_job:
stage: ok
@@ -30,6 +30,10 @@ ok_job:
- cd ..
- rm -rf tools
- git clone --depth 1 https://gitlab.com/evol/evol-tools.git tools
+ - pwd
+ - ls
+ - ls clientdata
+ - ls clientdata/.shared
- ./tools/gitlab-ci/susseccaction.sh
when: on_success
cache:
@@ -39,7 +43,7 @@ ok_job:
dependencies:
- pages
only:
- - master
+ - pagestest
fail_job:
stage: fail
@@ -61,4 +65,4 @@ fail_job:
dependencies:
- pages
only:
- - master
+ - pagestest