Skip to content
Snippets Groups Projects
Verified Commit d69a6add authored by Jonas Gröger's avatar Jonas Gröger :palm_tree:
Browse files

fix: must be latest-dev not latest

parent 9cc4b7fb
No related branches found
No related tags found
1 merge request!32Sync Routing API with Submission API (planning#1746)
...@@ -76,8 +76,8 @@ upload-latest-dev: ...@@ -76,8 +76,8 @@ upload-latest-dev:
- *ssh-setup - *ssh-setup
script: script:
- sed -i "s,API_VERSION,latest-dev,g" dist/routing-api.yaml - sed -i "s,API_VERSION,latest-dev,g" dist/routing-api.yaml
- ssh -o CheckHostIP=no $DOCS_SERVER mkdir -p $LIVE_LOCATION/latest/ - ssh -o CheckHostIP=no $DOCS_SERVER mkdir -p $LIVE_LOCATION/latest-dev/
- rsync -Lvz -e "ssh -o CheckHostIP=no" ./dist/routing-api.yaml $DOCS_SERVER:$LIVE_LOCATION/latest/ - rsync -Lvz -e "ssh -o CheckHostIP=no" ./dist/routing-api.yaml $DOCS_SERVER:$LIVE_LOCATION/latest-dev/
upload-release: upload-release:
stage: upload stage: upload
......
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