Skip to content

Commit 545b20e

Browse files
committed
Draft.
1 parent 57aa41a commit 545b20e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ jobs:
543543
shell: bash
544544
run: |
545545
#! ./ubiquitous_bash.sh _openChRoot && exit 1
546-
! ./ubiquitous_bash.sh _build_fallback_staging-buildYML-build_beforeBoot && exit 1
546+
[[ -e _lib/_build-staging-ops.sh ]] && ! ./ubiquitous_bash.sh _build_fallback_staging-buildYML-build_beforeBoot && exit 1
547547
#! ./ubiquitous_bash.sh _closeChRoot && exit 1
548548
true
549549
@@ -940,7 +940,7 @@ jobs:
940940
shell: bash
941941
run: |
942942
#! ./ubiquitous_bash.sh _openChRoot && exit 1
943-
! ./ubiquitous_bash.sh _build_fallback_staging-buildYML-build && exit 1
943+
[[ -e _lib/_build-staging-ops.sh ]] && ! ./ubiquitous_bash.sh _build_fallback_staging-buildYML-build && exit 1
944944
#! ./ubiquitous_bash.sh _closeChRoot && exit 1
945945
true
946946

.github/workflows/zCustom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ jobs:
450450
shell: bash
451451
run: |
452452
#! ./ubiquitous_bash.sh _openChRoot && exit 1
453-
! ./ubiquitous_bash.sh _build_fallback_staging-zCustomYML-before_noBoot && exit 1
453+
[[ -e _lib/_build-staging-ops.sh ]] && ! ./ubiquitous_bash.sh _build_fallback_staging-zCustomYML-before_noBoot && exit 1
454454
#! ./ubiquitous_bash.sh _closeChRoot && exit 1
455455
true
456456
@@ -911,7 +911,7 @@ jobs:
911911
shell: bash
912912
run: |
913913
#! ./ubiquitous_bash.sh _openChRoot && exit 1
914-
! ./ubiquitous_bash.sh _build_fallback_staging-zCustomYML-build && exit 1
914+
[[ -e _lib/_build-staging-ops.sh ]] && ! ./ubiquitous_bash.sh _build_fallback_staging-zCustomYML-build && exit 1
915915
#! ./ubiquitous_bash.sh _closeChRoot && exit 1
916916
true
917917

.github/workflows/zUpgrade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ jobs:
497497
shell: bash
498498
run: |
499499
#! ./ubiquitous_bash.sh _openChRoot && exit 1
500-
! ./ubiquitous_bash.sh _build_fallback_staging-zUpgradeYML-before_noBoot && exit 1
500+
[[ -e _lib/_build-staging-ops.sh ]] && ! ./ubiquitous_bash.sh _build_fallback_staging-zUpgradeYML-before_noBoot && exit 1
501501
#! ./ubiquitous_bash.sh _closeChRoot && exit 1
502502
true
503503
@@ -933,7 +933,7 @@ jobs:
933933
shell: bash
934934
run: |
935935
#! ./ubiquitous_bash.sh _openChRoot && exit 1
936-
! ./ubiquitous_bash.sh _build_fallback_staging-zUpgradeYML-build && exit 1
936+
[[ -e _lib/_build-staging-ops.sh ]] && ! ./ubiquitous_bash.sh _build_fallback_staging-zUpgradeYML-build && exit 1
937937
#! ./ubiquitous_bash.sh _closeChRoot && exit 1
938938
true
939939

0 commit comments

Comments
 (0)