UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 997c85e3 authored by joshwolf's avatar joshwolf
Browse files

Merge branch 'ci-image-update' into 'master'

ci: Updating k3d-builder image in pipelines

Summary

Updating k3d-builder image used in pipelines.

Specifically pipelines that run nightly against the master branch, currently seeing this error because of the cypress testing additions:

```
./tests/bash/03_cypress.sh
./tests/bash/03_cypress.sh: line 12: yq: command not found
./tests/bash/03_cypress.sh: line 26: yq: command not found
```

https://repo1.dso.mil/platform-one/big-bang/bigbang/-/jobs/2764816

See merge request platform-one/big-bang/bigbang!422
parents 6e39e74b b5fffd66
No related branches found
No related tags found
1 merge request!422ci: Updating k3d-builder image in pipelines
Pipeline #224664 failed
......@@ -40,7 +40,7 @@ variables:
- generic
.bigbang:
image: registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/k3d-builder:0.0.1
image: registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/k3d-builder:0.0.6
extends: .bigbang-dogfood
after_script:
- kubectl get all -A
......
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