Skip to content

Commit 8ce5f66

Browse files
authored
build: fix dependencies for release_1.1 (#259)
1 parent b871cd7 commit 8ce5f66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export DRONE_BRANCH=${BRANCH}
1010
export DRONE_TAG=${TAG}
1111
export DRONE=true
1212

13-
if test "${OS_VERSION}" = "centos6"; then export METWORK_BUILD_OS=generic; else export METWORK_BUILD_OS=${OS_VERSION}; fi
13+
export METWORK_BUILD_OS=generic
1414

1515

1616

0 commit comments

Comments
 (0)