Skip to content
Snippets Groups Projects
Commit b7493797 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Fixed up file syntax

parent b59da0aa
No related branches found
No related tags found
No related merge requests found
stages:
- deploy
publishToMaster:
publish:
stage: deploy
script:
- apt-get update
- apt-get dist-upgrade -y
- apt-get install -y lftp
script:
- lftp -e "mirror --exclude ^\.git.* --exclude \.gitlab-ci.yaml -eRv $CI_PROJECT_DIR builds/$CI_BUILD_REF_NAME; quit;" https://$CREDENTIALS/
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