forked from rtCamp/action-slack-notify
-
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.
[OPS-5938] Convert a Slack Notify action to a Flowdock Notify action.
- Loading branch information
Showing
5 changed files
with
73 additions
and
166 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#!/usr/bin/env bash | ||
|
||
# custom path for files to override default files | ||
custom_path="$GITHUB_WORKSPACE/.github/slack" | ||
custom_path="$GITHUB_WORKSPACE/.github/flowdock" | ||
main_script="/main.sh" | ||
|
||
if [[ -d "$custom_path" ]]; then | ||
rsync -av "$custom_path/" / | ||
chmod +x /*.sh | ||
fi | ||
|
||
bash "$main_script" | ||
bash "$main_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
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