Add api-docs and manifests to make verify
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
parent
a53cae97ac
commit
b63780505e
2
Makefile
2
Makefile
|
@ -229,7 +229,7 @@ update-attributions:
|
|||
e2e:
|
||||
./hack/ci/e2e.sh
|
||||
|
||||
verify: update-attributions fmt vet
|
||||
verify: update-attributions fmt vet manifests api-docs
|
||||
ifneq (, $(shell git status --porcelain --untracked-files=no))
|
||||
@{ \
|
||||
echo "working directory is dirty:"; \
|
||||
|
|
|
@ -1569,8 +1569,8 @@ Artifact
|
|||
<td>
|
||||
<code>includedArtifacts</code><br>
|
||||
<em>
|
||||
<a href="#source.toolkit.fluxcd.io/v1beta1.*./api/v1beta1.Artifact">
|
||||
[]*./api/v1beta1.Artifact
|
||||
<a href="#source.toolkit.fluxcd.io/v1beta1.*github.com/fluxcd/source-controller/api/v1beta1.Artifact">
|
||||
[]*github.com/fluxcd/source-controller/api/v1beta1.Artifact
|
||||
</a>
|
||||
</em>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue