Update run.sh

This commit is contained in:
sparklyballs 2018-03-24 20:01:03 +00:00 committed by GitHub
parent fa63820fe8
commit bec7f404ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
run.sh
View File

@ -10,7 +10,7 @@ if [[ "${NODE_LABELS}" == *"README"* ]]; then
README_SYNC="true"
fi
# set arch for shellcheck readme-sync and cleanup based on node lables
# set arch for shellcheck readme-sync and cleanup based on node labels
if [[ "${NODE_LABELS}" == *"X86"* ]]; then
BASEIMAGE_ARCH="x86-64"
README_SYNC_ARCH=""