diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-11-21 15:52:07 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-11-21 15:52:07 +0100 |
| commit | 72edbfe5d2d51b7dbaaa6ac6fe96cfbd43b60069 (patch) | |
| tree | 739b96fa5d01aab5b5fc61426aaf7f503b512531 /ci/docker/replaceexpiry.sh | |
| parent | 09e8aaddfcb5d2463279e58c3c6c320d1cb2fb46 (diff) | |
Remove old Docker CI
Diffstat (limited to 'ci/docker/replaceexpiry.sh')
| -rwxr-xr-x | ci/docker/replaceexpiry.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/docker/replaceexpiry.sh b/ci/docker/replaceexpiry.sh deleted file mode 100755 index b029863..0000000 --- a/ci/docker/replaceexpiry.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -# If no custom expiry set, do nothing -[ -z "${OAUTH_EXPIRED_TTL}" ] && exit - -# Replace oauth expiry -sed -i "s/return \[/return \[\n'Api' => [\n'tokenExpiry' => 'PT${OAUTH_EXPIRED_TTL}S',\n],/g" "$1" |
