-
-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the final command test from the base, make it a "defaults" test
- Loading branch information
Showing
4 changed files
with
36 additions
and
20 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
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,20 @@ | ||
command: | ||
/entrypoint.sh something: | ||
exit-status: 0 | ||
stdout: | ||
- REPO_URL required for repo runners | ||
- Runner reusage is disabled | ||
- "" | ||
- 'Disable automatic registration: false' | ||
- 'Random runner suffix: true' | ||
- 'Runner name: test' | ||
- 'Runner workdir: /_work/test' | ||
- 'Labels: default' | ||
- 'Runner Group: Default' | ||
- 'Github Host: github.com' | ||
- Run as root:true | ||
- 'Start docker: false' | ||
- Running something | ||
- "" | ||
stderr: "" | ||
timeout: 2000 |