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

Update .gitlab-ci.yml

parent 10c1ce50
No related branches found
No related tags found
No related merge requests found
Pipeline #3861 failed
......@@ -88,7 +88,7 @@ do-build-arm64:
tags:
- arm64
.gather_bins: &do_gather
.gather-bins: &do_gather
stage: gather_bins
script:
- ./cicd_testing/do-gather-bins.sh
......@@ -97,12 +97,12 @@ do-build-arm64:
paths:
- test_binaries/
gather_bins-arm32:
gather-bins-arm32:
<<: *do_gather
tags:
- arm32
gather_bins-arm64:
gather-bins-arm64:
<<: *do_gather
tags:
- arm64
......
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