-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test to verify that
show_env_vars_in_log
and `always_out_of_dat…
…e` are properly applied
- Loading branch information
1 parent
7db4fb3
commit 946c93e
Showing
3 changed files
with
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
scripts: | ||
my_script: | ||
name: "My Script" | ||
script: | | ||
echo my_script | ||
show_env_vars_in_log: '0' | ||
always_out_of_date: '1' | ||
|
||
targets: | ||
EmptyProject: | ||
- my_script |
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,9 @@ | ||
scripts: | ||
my_script: | ||
name: "My Script" | ||
script: | | ||
echo my_script | ||
targets: | ||
EmptyProject: | ||
- my_script |
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