-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Chris Evich <[email protected]>
- Loading branch information
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# DO NOT USE | ||
|
||
This directory contains scripts/data used by the Cirrus-CI | ||
`test_build-push` task. It is not intended to be used otherwise | ||
and may cause harm. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
|
||
# DO NOT USE - This script is intended to be called by the Cirrus-CI | ||
# `test_build-push` task. It is not intended to be used otherwise | ||
# and may cause harm. | ||
SCRIPT_DIRPATH=$(dirpath ${BASH_SOURCE[0]}) | ||
source $SCRIPT_DIRPATH/../lib.sh | ||
|
||
req_env_vars CIRRUS_CI TEST_FQIN BUILDAH_USERNAME | ||
|
||
# TODO: Actually write some tests | ||
fail |