Skip to content
Snippets Groups Projects
Commit cf0cbf81 authored by moon2's avatar moon2 :speech_balloon:
Browse files

docs: another production fix attempt

parent 3804806e
No related branches found
No related tags found
1 merge request!752docs: another production fix attempt
Pipeline #13318 failed
......@@ -65,7 +65,7 @@ pages:
- git checkout origin/main
- git checkout -b dev
- git branch --all
- git branch --all | sed -e 's/..//' | grep '^remotes/origin/release/' | while read b; do git checkout "v${b#remotes/origin/release/}" "${b#remotes/}"; done
- git branch --all | sed -e 's/..//' | grep '^remotes/origin/release/' | while read b; do git checkout "v${b#remotes/origin/release/}" "$b"; done
- git checkout dev
- git branch
- mkdir public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment