Compare commits

..

No commits in common. "39d2e38d813acf1b0cca4bc9d9e2cc6a29cb2ad9" and "102e0a365fdc3e78f622eee958bf6fb1a22ee14d" have entirely different histories.

2 changed files with 17 additions and 35 deletions

View File

@ -1,34 +1,17 @@
kind: pipeline pipeline:
type: docker build:
name: build image: gcc:4.9
commands:
steps: - make clean
- name: build - make
image: gcc:4.9 - make install
commands: gitea_release:
- make clean image: plugins/gitea-release
- make base_url: https://git.wicak.co
- make install secrets: [ gitea_token ]
files: bin/*
--- checksum:
kind: pipeline - sha1
type: docker - sha256
name: release when:
event: tag
steps:
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://git.wicak.co
files: bin/*
checksum:
- sha1
- sha256
when:
event: tag
trigger:
branch: master
event: tag

View File

@ -1,3 +1,2 @@
# ci-demo # ci-demo
[![Build Status](https://ci.wicak.co/api/badges/arif/ci-demo/status.svg)](https://ci.wicak.co/arif/ci-demo)