From 4e4d318b710a9787e404d5edb4f418884c1cf786 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 19 Jan 2021 10:42:25 -0500 Subject: Cirrus: Upload swagger YAML in every context The podman documentation site uses javascript to display API documentation at: http://docs.podman.io/en/latest/Reference.html As input, the javascript sources from a CORS-enabled Google Cloud Storage object. This commit ensures the storage object is present and updated for every Cirrus-CI execution context: Tags, Branches, and PRs. As of this commit, the documentation site only utilizes the object uploaded by the Cirrus-CI run on the `master` branch: `swagger-master.yaml`. The file produced and uploaded due to a PR is intended for testing purposes: Confirm it's generation and uploading are both functional. Signed-off-by: Chris Evich --- docs/source/_static/api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/_static') diff --git a/docs/source/_static/api.html b/docs/source/_static/api.html index 11fbb85a0..fbc945d87 100644 --- a/docs/source/_static/api.html +++ b/docs/source/_static/api.html @@ -18,7 +18,7 @@ - + -- cgit v1.2.3-54-g00ecf