don't do that

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-09 20:06:41 -05:00
parent cb83aa38ee
commit 08b8484d68
+1 -1
View File
@@ -26,7 +26,7 @@ if [[ ! -z "$CI" ]]; then
export TAP_OUTPUT
# Check for a checksum of the lockfile on the RAM Disk.
if [[ -f "$RAM_DISK/Pipfile.lock.sha256" ]]; then
if [[ -f "$RAM_DISK/Pipfile.lock.sha256-nevermind" ]]; then
# If it's not the same, re-install.
if [[ $(openssl dgst -sha256 Pipfile.lock) != $(cat "$RAM_DISK/Pipfile.lock.sha256") ]]; then