Skip to content

Commit ad69668

Browse files
Update .github/workflows/build-artifact.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Misha M.-Kupriyanov <145785698+printminion-co@users.noreply.github.com>
1 parent 59edc37 commit ad69668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ jobs:
491491
492492
- name: Restore all apps from cache and JFrog
493493
run: |
494-
set -e
494+
set -euo pipefail
495495
496496
# Restore apps that are in cache (from apps_to_restore)
497497
if [ "${{ needs.prepare-matrix.outputs.has_apps_to_restore }}" == "true" ]; then

0 commit comments

Comments
 (0)