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: ...@@ -91,21 +91,21 @@ do-build-arm64:
.gather-bins: &do_gather .gather-bins: &do_gather
stage: gather_bins stage: gather_bins
script: script:
- ./cicd_testing/do-gather-bins.sh - ./cicd_testing/do-gather-bins.sh
artifacts: artifacts:
expires_in: 1 day expires_in: 1 day
paths: paths:
- test_binaries/ - test_binaries/
gather-bins-arm32: gather-bins-arm32:
<<: *do_gather <<: *do_gather
tags: tags:
- arm32 - arm32
gather-bins-arm64: gather-bins-arm64:
<<: *do_gather <<: *do_gather
tags: tags:
- arm64 - arm64
# #
# test_quick for EH handling # 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