Update Travis references in scripts

This commit is contained in:
Owen Voke
2020-06-09 15:03:35 +01:00
committed by Marco Bonelli
parent 2126dfec04
commit 7472600aa1
5 changed files with 16 additions and 16 deletions

View File

@@ -1,11 +1,11 @@
#!/usr/bin/env bash
# This script is executed by Travis CI for every successful push (on any branch, PR or not).
# This script is executed by GitHub Actions for every successful push (on any branch, PR or not).
set -ex
function initialize {
if [ -z "$TLDRHOME" ]; then
export TLDRHOME=${TRAVIS_BUILD_DIR:-$(pwd)}
export TLDRHOME=${GITHUB_WORKSPACE:-$(pwd)}
fi
export TLDR_ARCHIVE="tldr.zip"