mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Move from github.com/feloy/devfile-builder (#6937)
* Move from github.com/feloy/devfile-builder * Update .github/workflows/ui-e2e.yaml Co-authored-by: Armel Soro <armel@rm3l.org> --------- Co-authored-by: Armel Soro <armel@rm3l.org>
This commit is contained in:
@@ -59,7 +59,7 @@ skip_if_only() {
|
||||
}
|
||||
|
||||
skip() {
|
||||
SKIP_IF_ONLY="docs/ CONTRIBUTING.md OWNERS README.md USAGE_DATA.md scripts/ .github/ .threatmodel/"
|
||||
SKIP_IF_ONLY="docs/ CONTRIBUTING.md OWNERS README.md USAGE_DATA.md scripts/ .github/ .threatmodel/ ui/"
|
||||
change=$1
|
||||
for skip in ${SKIP_IF_ONLY}; do
|
||||
if [[ "${change}" == "${skip}"* ]]; then
|
||||
|
||||
Reference in New Issue
Block a user