Remove .woodpecker.yml

This commit is contained in:
Pranav Karawale 2022-10-14 16:55:58 +05:30
parent 0838694291
commit 9abd710289
Signed by: pranav
GPG key ID: 1A551FFE981F09AB

View file

@ -1,20 +0,0 @@
# This script runs on ci.exozy.me to update ipcsockd running on exozyme.
clone:
git:
image: bash
commands:
- cd /home/pranav/CI
- if [ -d ipcsockd ]; then
- cd ipcsockd
- git pull
- else
- git clone https://git.exozy.me/pranav/ipcsockd.git
- cd ipcsockd
- fi
pipeline:
build:
image: fish
commands:
- cd /home/pranav/CI/ipcsockd
- cargo build --release