Update .gitlab-ci.yml file
This commit is contained in:
parent
8afa459d8e
commit
cf1ab401c3
@ -12,6 +12,18 @@ before_script:
|
||||
- ssh-add <(echo "$SSH_PRIVATE_KEY")
|
||||
- mkdir -p ~/.ssh
|
||||
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||
|
||||
docker-compose-test:
|
||||
image: docker/compose
|
||||
stage: test
|
||||
when: always
|
||||
rules:
|
||||
- changes:
|
||||
- docker-compose.yml
|
||||
- server/config/minecraft/
|
||||
when: manual
|
||||
script:
|
||||
- ls
|
||||
|
||||
|
||||
server-deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user