mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
correctly set tag filter for jobs, compute git sha before starting a job
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
# Use the latest 2.1 version of CircleCI pipeline process engine.
|
||||
# See: https://circleci.com/docs/configuration-reference
|
||||
version: 2.1
|
||||
# set the filter to allow a build for any sha tag
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
parameters:
|
||||
run_build:
|
||||
type: boolean
|
||||
@@ -76,3 +72,7 @@ workflows:
|
||||
when: << pipeline.parameters.run_build >>
|
||||
jobs:
|
||||
- pio-build
|
||||
# set the filter to allow a build for any sha tag
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
|
||||
Reference in New Issue
Block a user