We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319e0bf commit af44af3Copy full SHA for af44af3
ansible/rebuild_module.sh
@@ -30,7 +30,7 @@ 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 -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)
+ENCODED_TGZ=$(tar c --owner=0 --numeric-owner --group=0 --mtime='UTC 2019-01-01' $(find openshift/ -name '*.py' | sort -d) | gzip -c -n | base64 --wrap=0)
34
35
popd
36
0 commit comments