Skip to content

Commit d41f6e3

Browse files
ci: WIP
1 parent a407e09 commit d41f6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/ci/env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ if [[ ${TRAVIS:-} ]]; then
149149
export CI_REPO_SLUG=$TRAVIS_REPO_SLUG
150150
export CI_BUILD_DIR=$TRAVIS_BUILD_DIR
151151
export CI_JOB=$TRAVIS_JOB_NUMBER
152-
elif [[ ${CIRCLECI:-} ]] then
152+
elif [[ ${CIRCLECI:-} ]]; then
153153

154154
# Extract commit range (or single commit)
155155
export CI_COMMIT_RANGE=$(echo "${CIRCLE_COMPARE_URL}" | cut -d/ -f7)

0 commit comments

Comments
 (0)