mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-24 00:12:06 +00:00
9 lines
151 B
YAML
9 lines
151 B
YAML
|
|
build_n_test_zapier:
|
|
stage: BuildAndTest
|
|
script:
|
|
- echo "No test implemented"
|
|
except:
|
|
refs:
|
|
- hotfix-master
|
|
- hotfix-release |