Skip to content

Commit 7f45838

Browse files
committed
No longer use Travis, so renaming env vars
1 parent 9180bac commit 7f45838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build/package.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
# This is packaging script assumes an environment like TravisCI.
33

4-
OS=${TRAVIS_OS_NAME-unknown}
5-
TAG=${TRAVIS_TAG-untagged}
4+
OS=${CI_OS_NAME-unknown}
5+
TAG=${CI_GIT_TAG-untagged}
66

77
BASE_DIR="$(dirname "$BASH_SOURCE")/.."
88
DIST_DIR="$BASE_DIR/dist/wildfire-maps"

0 commit comments

Comments
 (0)