mirror of
https://github.com/ceph/ceph
synced 2025-02-09 20:09:53 +00:00
7 lines
119 B
Plaintext
7 lines
119 B
Plaintext
|
# See .readthedocs.yml
|
||
|
set -ex
|
||
|
if git symbolic-ref HEAD; then
|
||
|
git checkout origin/main -- doc/releases
|
||
|
fi
|
||
|
git status
|