meta: change repo directory name

This commit is contained in:
ptrcnull 2021-03-29 16:43:08 +02:00
parent ade481ad0b
commit e1e1b35598

View file

@ -5,6 +5,6 @@ build:
- apk add openssh-client
- eval $(ssh-agent -s)
- echo "$CI_KEY" | ssh-add -
- ssh -o StrictHostKeyChecking=no ci@$CI_HOST "cd alpine-root && git pull && ./build.sh"
- ssh -o StrictHostKeyChecking=no ci@$CI_HOST "cd alpine-repo && git pull && ./build.sh"
rules:
- if: '$CI_COMMIT_BRANCH == "master"'