You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to manipulate a json file in a pre-upload hook and then sync the file as an additional file. However, the upload process starts before the hook action is terminated and the original json is therefore uploaded, instead of the manipulated json. I am using a powershell script to manipulate the file, use the pre-upload hook in the settings.yml file and utilize a remote repo. This can be replicated by creating a script that simply waits 5-10 seconds (Start-Sleep -Seconds 5), where it can be observed that the success message "Your settings have been uploaded (user -> repository)" appears before the script terminates in the terminal.
The text was updated successfully, but these errors were encountered:
I am trying to manipulate a json file in a pre-upload hook and then sync the file as an additional file. However, the upload process starts before the hook action is terminated and the original json is therefore uploaded, instead of the manipulated json. I am using a powershell script to manipulate the file, use the pre-upload hook in the settings.yml file and utilize a remote repo. This can be replicated by creating a script that simply waits 5-10 seconds (Start-Sleep -Seconds 5), where it can be observed that the success message "Your settings have been uploaded (user -> repository)" appears before the script terminates in the terminal.
The text was updated successfully, but these errors were encountered: