Skip to content
Snippets Groups Projects
Commit 0b767127 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Change comparison syntax

parent c61e5c02
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
......@@ -6,7 +6,7 @@ set +e
BRANCH=$(cat ../../.git/HEAD | awk -F '/' '{print $NF}')
for tag in $(git tag)
for tag in $(git tag); do
if [[ $(git ls-files | grep docs) ]]; then
yarn run docusaurus docs:version $tag
fi
......
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