Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAI-12311 - Don't overwrite state file with empty state #92

Merged
merged 3 commits into from
Jul 19, 2024
Merged

Conversation

cjwooo
Copy link
Collaborator

@cjwooo cjwooo commented Jul 19, 2024

Description

Provide description here

Type of change

  • Bug fix
  • New feature
  • Breaking change

Related issues

Fix #1

Migration notes

Describe migration notes if any

Extra info

Add any additional information

Copy link

@cjwooo cjwooo requested a review from chalenge July 19, 2024 01:28
@tovbinm tovbinm merged commit f7e48c7 into main Jul 19, 2024
3 checks passed
@tovbinm tovbinm deleted the cwu/12311 branch July 19, 2024 01:37
@github-actions github-actions bot locked and limited conversation to collaborators Jul 19, 2024
@@ -779,7 +779,14 @@ function sync_local() {
# https://stedolan.github.io/jq/manual/#Colors
JQ_COLORS="1;30:0;37:0;37:0;37:0;36:1;37:1;37" \
jq -cR $jq_color_opt --unbuffered 'fromjson? | select(.type != "STATE")' | jq -rR "$jq_dst_msg"
cp "$new_source_state_file" "$src_state_filepath"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤯

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants