DEVTOOLS-16307 collect artifacts from the Mac runner builds
This commit is contained in:
parent
7a8fcc364e
commit
9402c7fc14
|
@ -7,6 +7,9 @@ build_cloudflared: &build
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RUNNER_ARCH: [arm, intel]
|
- RUNNER_ARCH: [arm, intel]
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- artifacts/*
|
||||||
script:
|
script:
|
||||||
# When ENSURE_TAG is set, git describe will fail and end the build if there are no tags
|
# When ENSURE_TAG is set, git describe will fail and end the build if there are no tags
|
||||||
- if [ "$ENSURE_TAG" = "true" ] ; then echo Checking for tags ... ; git describe --tags ; fi
|
- if [ "$ENSURE_TAG" = "true" ] ; then echo Checking for tags ... ; git describe --tags ; fi
|
||||||
|
|
Loading…
Reference in New Issue