aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-06-29 16:53:14 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-29 16:55:40 +0200
commitd11d764c9daf7257bdfd3f31358bc2d1c9112db4 (patch)
tree46cbddbaa758c59c4ae29d26dd125fb420345ef5 /.gitlab-ci.yml
parentac5c90d77197778ea26b5ef1ec8d25c0cb0911b4 (diff)
downloadlibssh-d11d764c9daf7257bdfd3f31358bc2d1c9112db4.tar.gz
libssh-d11d764c9daf7257bdfd3f31358bc2d1c9112db4.tar.xz
libssh-d11d764c9daf7257bdfd3f31358bc2d1c9112db4.zip
gitlab-ci: Fix path for artifacts
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml26
1 files changed, 13 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 18cef9cb..81b27ea4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ centos7/openssl_1.0.x/x86-64:
expire_in: 1 week
when: on_failure
paths:
- - build/
+ - obj/
fedora/openssl_1.1.x/x86-64:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
@@ -37,7 +37,7 @@ fedora/openssl_1.1.x/x86-64:
expire_in: 1 week
when: on_failure
paths:
- - build/
+ - obj/
# Address sanitizer doesn't mix well with LD_PRELOAD used in the testsuite
.fedora/address-sanitizer:
@@ -57,7 +57,7 @@ fedora/openssl_1.1.x/x86-64:
expire_in: 1 week
when: on_failure
paths:
- - build/
+ - obj/
fedora/undefined-sanitizer:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
@@ -75,7 +75,7 @@ fedora/undefined-sanitizer:
expire_in: 1 week
when: on_failure
paths:
- - build/
+ - obj/
fedora/static-analysis:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
@@ -95,7 +95,7 @@ fedora/static-analysis:
expire_in: 1 week
when: on_failure
paths:
- - build/scan
+ - obj/scan
# That is a specific runner that we cannot enable universally.
# We restrict it to builds under the $BUILD_IMAGES_PROJECT project.
@@ -114,7 +114,7 @@ freebsd/x86-64:
expire_in: 1 week
when: on_failure
paths:
- - build/
+ - obj/
fedora/libgcrypt/x86-64:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
@@ -132,7 +132,7 @@ fedora/libgcrypt/x86-64:
expire_in: 1 week
when: on_failure
paths:
- - build/
+ - obj/
fedora/mbedtls/x86-64:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
@@ -150,7 +150,7 @@ fedora/mbedtls/x86-64:
expire_in: 1 week
when: on_failure
paths:
- - build/
+ - obj/
tumbleweed/openssl_1.1.x/x86-64:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$TUMBLEWEED_BUILD
@@ -167,7 +167,7 @@ tumbleweed/openssl_1.1.x/x86-64:
expire_in: 1 week
when: on_failure
paths:
- - build/
+ - obj/
tumbleweed/undefined-sanitizer:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$TUMBLEWEED_BUILD
@@ -185,7 +185,7 @@ tumbleweed/undefined-sanitizer:
expire_in: 1 week
when: on_failure
paths:
- - build/
+ - obj/
tumbleweed/static-analysis:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$TUMBLEWEED_BUILD
@@ -205,7 +205,7 @@ tumbleweed/static-analysis:
expire_in: 1 week
when: on_failure
paths:
- - build/scan
+ - obj/scan
# Unit testing only, no client and pkd testing, because cwrap is not available
# for MinGW
@@ -228,7 +228,7 @@ mingw64:
expire_in: 1 week
when: on_failure
paths:
- - build/
+ - obj/
# Unit testing only, no client and pkd testing, because cwrap is not available
# for MinGW
@@ -251,7 +251,7 @@ mingw32:
expire_in: 1 week
when: on_failure
paths:
- - build/
+ - obj/
.Debian.cross.template: &Debian_cross_template
stage: stage1-testing