Skip to content

Commit

Permalink
Remove forced success status
Browse files Browse the repository at this point in the history
The blueprint.sh script's latest release no longer declares failure no matter what, so the status can be trusted again.
  • Loading branch information
Loki-101 authored Jun 22, 2024
1 parent 31e97e4 commit b2ae4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN sed -i -E \

# Make the script executable and run it
RUN chmod +x blueprint.sh \
&& bash blueprint.sh || true
&& bash blueprint.sh

# Create directory for blueprint extensions
RUN mkdir -p /blueprint_extensions /app
Expand Down

0 comments on commit b2ae4d7

Please sign in to comment.