We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad0feb7 + d1483c5 commit 319e0bfCopy full SHA for 319e0bf
ansible/rebuild_module.sh
@@ -29,7 +29,7 @@ fi
29
pushd "$PACKAGES_DIR"
30
31
# Update module digest so that pr.groovy can ensure it is run after each module change
32
-cat $(find openshift/ -name '*.py' | sort) | md5sum > $DIGEST_FILE
+cat $(find openshift/ -name '*.py' | sort -d) | md5sum > $DIGEST_FILE
33
ENCODED_TGZ=$(tar c --owner=0 --numeric-owner --group=0 --mtime='UTC 2019-01-01' $(find openshift/ -name '*.py' | sort) | gzip -c -n | base64 --wrap=0)
34
35
popd
0 commit comments