Skip to content
Snippets Groups Projects
Commit 5d6d97d8 authored by FarawayVision's avatar FarawayVision
Browse files

CI: ensure testing branch names are properly substituted

parent 7cb4b524
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ deploy_testing:
- testing
script:
- bash ./prepare-online.sh
- mkdir -p /opt/spnati-testing/$CI_COMMIT_REF_NAME
- rsync -rltz --delete .public/ /opt/spnati-testing/$CI_COMMIT_REF_NAME
- mkdir -p "/opt/spnati-testing/${CI_COMMIT_REF_NAME}"
- rsync -rltz --delete .public/ "/opt/spnati-testing/${CI_COMMIT_REF_NAME}"
when: manual
environment:
name: testing/$CI_COMMIT_REF_NAME
......
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