Test was successful but I don't know what I would do with it.
Some checks failed
cargo-fmt Build cargo-fmt has succeeded
build-organic-test Build build-organic-test has succeeded
organic-test Build organic-test has failed
build-cargo-fmt Build build-cargo-fmt has succeeded
semver Build semver has succeeded

My initial thought was using it to force cargo fmt and cargo test to run on the versions of the containers that are built in this commit but to do that, I'd need to figure out a way to trigger those pipelines after the pipeline to build the docker images, or join these all into one pipeline so I can create the dependencies in the steps.
This commit is contained in:
Tom Alexander 2023-07-13 00:42:18 -04:00
parent 41d60f527b
commit 799b444eee
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -145,7 +145,7 @@ spec:
secretName: harbor-plain
params:
- name: image-name
value: "harbor.fizz.buzz/private/organic-test:$(params.PULL_BASE_REF)"
value: "harbor.fizz.buzz/private/organic-test"
- name: path-to-image-context
value: docker/organic_test/
- name: path-to-dockerfile