adding a function to build only on the master branch. this avoids releasing packages to the repo before they are at least somewhat ready
This commit is contained in:
parent
d30e523aed
commit
fc2e803533
|
@ -12,3 +12,4 @@ pipeline:
|
|||
- chmod 600 /tmp/id_rsa
|
||||
- scp -i /tmp/id_rsa -o StrictHostKeyChecking=no -P 22022 ../wit-network-config_*_all.deb root@cloud-api.v1.cloud.wit.com:/data/incoming
|
||||
secrets: [ ssh_key ]
|
||||
branches: master
|
||||
|
|
Loading…
Reference in New Issue