[TASK] Set trigger to true, add make for setting pipeline

This commit is contained in:
Philipp Dieter 2022-05-27 12:28:30 +02:00
parent a0897294db
commit ba84d603a8
2 changed files with 3 additions and 0 deletions

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
set_pipeline:
fly -t datentonne sp -p gitea -c pipeline.yml

View File

@ -29,6 +29,7 @@ jobs:
- name: build - name: build
plan: plan:
- get: go-gitea - get: go-gitea
trigger: true
params: params:
globs: globs:
- gitea-*-linux-amd64 - gitea-*-linux-amd64