Ziheng Sun
Ziheng Sun
Need a broad test set for all browsers.
Use similar strategy like .netrc to save the password and allow the commands to run without exposing password in the command history.
The workflow should stop if there is a failed step, and all the subsequent steps should be blocked.
The change of statuses should be instant, no need to wait until one process status is changed.
When the upstream steps fail, the workflow should stop and exit.
The code with errors: ``` #!/bin/bash GREP_OPTIONS='' cookiejar=$(mktemp cookies.XXXXXXXXXX) netrc=$(mktemp netrc.XXXXXXXXXX) chmod 0600 "$cookiejar" "$netrc" function finish { rm -rf "$cookiejar" "$netrc" } trap finish EXIT WGETRC="$wgetrc" prompt_credentials() { echo...
There might be inconsistency between the code files and the process.json. If they are different, Geoweaver will use the version from the code files, because we consider people might change...