We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b871cd7 commit 8ce5f66Copy full SHA for 8ce5f66
1 file changed
.github/workflows/build.sh
@@ -10,7 +10,7 @@ export DRONE_BRANCH=${BRANCH}
10
export DRONE_TAG=${TAG}
11
export DRONE=true
12
13
- if test "${OS_VERSION}" = "centos6"; then export METWORK_BUILD_OS=generic; else export METWORK_BUILD_OS=${OS_VERSION}; fi
+ export METWORK_BUILD_OS=generic
14
15
16
0 commit comments