1
0
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:
andreas
2023-10-02 20:31:29 +02:00
parent 9ddcbdc34a
commit faa946c8dc
5 changed files with 87 additions and 8 deletions

View File

@@ -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: /.*/