Skip to content
Snippets Groups Projects
Commit af3d4ee2 authored by David Boddie's avatar David Boddie :speech_balloon:
Browse files

Only publish from master in the main repository

parent 8e1d7725
No related branches found
No related tags found
1 merge request!310Update CI docs to be more robust
......@@ -31,7 +31,7 @@ publish:
- librem5
script:
# Don't publish in forks
# - '[ "$CI_PROJECT_NAMESPACE" == "Librem5" ] || exit 0'
- '[ "$CI_PROJECT_NAMESPACE" == "Librem5" ] || exit 0'
- mkdir -p ~/.ssh/
- chmod 0700 ~/.ssh/
- echo "$SSH_HOST_KEY" > ~/.ssh/known_hosts
......@@ -39,5 +39,5 @@ publish:
- chmod 0600 ~/.ssh/id_rsa
- echo "$SSH_KEY" >> ~/.ssh/id_rsa
- rsync -av -i --stats -e "ssh -l $SSH_USER -i ~/.ssh/id_rsa -p $SSH_PORT" _build/html/ "$RSYNC_TARGET"
#only:
# - master
only:
- master
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