| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
| |
Error handling is performed inside can_pull so the callers of the
function don't always check its exit code. Because set -e present, if
can_pull returns 1, bash would consider that function a failed call and
thus exit the entire script with code 1. That, in turn, would cause the
CI job to fail.
|
| | |
|
| |
|
|
| |
The array shouldn't be expanded when testing with -v.
|
| |
|
|
|
|
| |
The script may need to use the master commit several times. The easiest
way to implement the cache was to just cache the response rather than
the commit hash.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
It was initially used to enable access to variables across jobs, but
the jobs will eventually be consolidated into one so output variables
will no longer be needed.
|
| | |
|
| |
|
|
| |
* Use inherit_errexit in check_dockerfiles.sh
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
* Move script's execution to the test job
* Use output variables
* Use jq instead of regex for parsing JSON responses from API
* Wrap to 80 columns
* Make more robust by checking for command success
|
| |
|