Skip to content

Commit

Permalink
Allow commit error on 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanformigoni committed Dec 16, 2024
1 parent b2ab8a0 commit 67cf3a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/flatimage-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ chmod +x "$IMAGE"
"$IMAGE" fim-exec cp -r "$BUILD_DIR"/app /opt/gameimage

# Create novel image layer
"$IMAGE" fim-commit
## TODO Remove '|| true' after commit directory erase errors become warnings
"$IMAGE" fim-commit || true

mv "$IMAGE" "$BUILD_DIR"/gameimage

Expand Down

0 comments on commit 67cf3a9

Please sign in to comment.