Skip to content

Commit

Permalink
Store CJI in k8s artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz committed Dec 14, 2021
1 parent 1667e2e commit ee76349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cicd/_common_deploy_logic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ function collect_k8s_artifacts {
oc get all -n $NAMESPACE -o yaml > $K8S_ARTIFACTS_DIR/oc_get_all.yaml
oc get clowdapp -n $NAMESPACE -o yaml > $K8S_ARTIFACTS_DIR/oc_get_clowdapp.yaml
oc get clowdenvironment env-$NAMESPACE -o yaml > $K8S_ARTIFACTS_DIR/oc_get_clowdenvironment.yaml
oc get clowdjobinvocation -n $NAMESPACE -o yaml > $K8S_ARTIFACTS_DIR/oc_get_clowdjobinvocation.yaml
}

function teardown {
Expand Down

0 comments on commit ee76349

Please sign in to comment.