Skip to content
Snippets Groups Projects
Verified Commit cd6b725b authored by Martin Weise's avatar Martin Weise
Browse files

Expressively fetch also the tags

parent 31a0ff02
No related branches found
No related tags found
No related merge requests found
......@@ -588,7 +588,7 @@ build-api-1.4:
- release-v1.4
script:
- apk add bash git maven
- git fetch
- git fetch --tags
- git checkout v1.4.0
- bash .docs/.swagger/swagger-site.sh
- find ./site -type f -exec sed -i -e "s/__APPVERSION__/1.4.0/g" {} \;
......@@ -702,7 +702,7 @@ docs-1.4:
- release-v1.4
script:
- apt-get update && apt-get install -y git make sed wget
- git fetch
- git fetch --tags
- git checkout v1.4.0
- pip install -r ./requirements.txt
- wget https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/dev/.docs/overrides/main.html -O .docs/overrides/main.html -q
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment