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

adjusting tests so they actually run

parent 3dece653
No related branches found
No related tags found
No related merge requests found
Pipeline #3872 failed
...@@ -8,7 +8,6 @@ after_script: ...@@ -8,7 +8,6 @@ after_script:
stages: stages:
- clean - clean
- build - build
- gather_bins
- protect_bins - protect_bins
- test - test
- deploy - deploy
...@@ -92,7 +91,7 @@ do-build-arm64: ...@@ -92,7 +91,7 @@ do-build-arm64:
# gather artifacts and ship them tox 86 boxes # gather artifacts and ship them tox 86 boxes
# #
.gather-bins: &do_gather .gather-bins: &do_gather
stage: gather_bins stage: build
script: script:
- ./cicd_testing/do-gather-bins.sh - ./cicd_testing/do-gather-bins.sh
artifacts: artifacts:
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
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