This file contains hidden or 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
#!/bin/bash | |
# Example of the slack-usernames file: | |
# [email protected] @UABCDEF123 | |
# Fail script if any command fails | |
set -e | |
GITLAB_HOST=${GITLAB_HOST:-gitlab.com} | |
GITLAB_UPSTREAM_NAMESPACE=${GITLAB_UPSTREAM_NAMESPACE:-mycorpcompany} |
This file contains hidden or 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
#!/bin/bash | |
# Fail script if any command fails | |
set -e | |
function usage { | |
local script_name | |
script_name=$(basename "$0") | |
cat <<HELP | |
$script_name (options) <message> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
{ | |
"32394": { | |
"actual end date": "2024-12-01 01:00:00 UTC", | |
"actual start date": "2024-09-23 16:30:00 UTC", | |
"address": null, | |
"detailed description": null, | |
"direction": null, | |
"disruption type": "road_works", | |
"geolocation": [ | |
55.222181638432104, |
OlderNewer