diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-08 21:01:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-08 21:01:44 +0300 |
commit | 6564ed77e0a7857c0999ac674b83eecc1f3654aa (patch) | |
tree | 0ffe8445da48683685dd9a02364cf8ecdcda7189 | |
parent | ad3a5495b0a6060cc2d789257560644694fd3014 (diff) | |
download | tools-6564ed77e0a7857c0999ac674b83eecc1f3654aa.tar.gz tools-6564ed77e0a7857c0999ac674b83eecc1f3654aa.tar.bz2 tools-6564ed77e0a7857c0999ac674b83eecc1f3654aa.tar.xz tools-6564ed77e0a7857c0999ac674b83eecc1f3654aa.zip |
gitlab-ci: fix removing shared data
-rwxr-xr-x | gitlab-ci/completeaction.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab-ci/completeaction.sh b/gitlab-ci/completeaction.sh index 9a719cb..d1d568f 100755 --- a/gitlab-ci/completeaction.sh +++ b/gitlab-ci/completeaction.sh @@ -18,6 +18,6 @@ sleep 10s echo $1 >${path}/${server}/${channel}/in sleep 3s -rm -rf .shared/buildid.log +rm -rf clientdata/.shared/buildid.log killall ii |