Merge commit comments

This commit is contained in:
Jakub
2020-05-04 14:56:56 +02:00
committed by James Houlahan
parent cd38c86b4b
commit 3d3b91b242
2 changed files with 6 additions and 6 deletions

View File

@ -111,6 +111,8 @@ build-linux:
build-darwin:
stage: build
only:
- devel
before_script:
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
@ -124,8 +126,6 @@ build-darwin:
cache: {}
tags:
- macOS-bridge
only:
- devel
script:
- make build
artifacts: