Skip to content
Snippets Groups Projects
Commit e5e3b97f authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Update .gitlab-ci.yml

parent 6e44a0c5
No related branches found
No related tags found
No related merge requests found
Pipeline #3863 failed
......@@ -91,21 +91,21 @@ do-build-arm64:
.gather-bins: &do_gather
stage: gather_bins
script:
- ./cicd_testing/do-gather-bins.sh
- ./cicd_testing/do-gather-bins.sh
artifacts:
expires_in: 1 day
paths:
- test_binaries/
paths:
- test_binaries/
gather-bins-arm32:
<<: *do_gather
tags:
- arm32
- arm32
gather-bins-arm64:
<<: *do_gather
tags:
- arm64
- arm64
#
# test_quick for EH handling
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment