diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-01-27 22:22:22 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | 6573b167958ff1de882466acc455d2dfed767fe1 (patch) | |
| tree | 49e23955dfeefa521f77becdfa09e8b41b7b1e5b /bin/build-distribution-archives | |
| parent | 25e9ea608d7d1173cfe6ce631f7fa116f5ad2c4d (diff) | |
remove obselete TRAVIS_ references
Diffstat (limited to 'bin/build-distribution-archives')
| -rwxr-xr-x | bin/build-distribution-archives | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/build-distribution-archives b/bin/build-distribution-archives index 4aa83edf..0fcadb59 100755 --- a/bin/build-distribution-archives +++ b/bin/build-distribution-archives @@ -1,8 +1,7 @@ #!/bin/bash -# TRAVIS_BRANCH is the branch name or the name of the tag. -VERSION="$(echo ${TRAVIS_BRANCH:-${GITHUB_REF}} | tr / -)" -OS="${TRAVIS_OS_NAME:-${BUILD:-$(uname)}}" +VERSION="$(echo ${GITHUB_REF} | tr / -)" +OS="${BUILD:-$(uname)}" ARCH="$(uname -m)" cp -a images/examples palettes symbols fonts dist/inkstitch |
