mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-27 15:16:05 +00:00
deploy: 339914bb73a5a2d80c743833543763e07c330cac
This commit is contained in:
parent
04e171a691
commit
79b6e41928
@ -136,6 +136,9 @@ def versionWasChanged(version) {
|
||||
if (changes =~ "(?m)^(Makefile|waku.nimble|config.nims|vendor|ci|shell.nix).*") {
|
||||
return true
|
||||
}
|
||||
if (version == 'v2' && changes =~ "(?m)^(apps|tools)/.*") {
|
||||
return true
|
||||
}
|
||||
if (changes =~ "(?m)^(waku|tests|examples)/(${version}|common)/.*") {
|
||||
return true
|
||||
}
|
||||
|
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
|
||||
# libtool - Provide generalized library-building support services.
|
||||
# Generated automatically by config.status (libbacktrace) version-unused
|
||||
# Libtool was configured on host fv-az183-529:
|
||||
# Libtool was configured on host fv-az39-868:
|
||||
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
||||
#
|
||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
||||
|
Loading…
x
Reference in New Issue
Block a user