Skip to content
This repository was archived by the owner on Dec 31, 2019. It is now read-only.

Commit 542d8d7

Browse files
committed
Code refactoring
1 parent 5315e2f commit 542d8d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ else
1717
fi
1818

1919
# uploading mochareporter to Gdrive
20-
echo "Creating archive of test report $ARCHIVE_REPORTER"
2120
ARCHIVE_REPORTER=TestReport-$FIXED_BRANCH-$(date +%Y-%m-%d_%H_%M_%S)-$TRAVIS_COMMIT.zip
21+
echo "Creating archive of test report $ARCHIVE_REPORTER"
2222
cd test/itg/$PS_VERSION/ && \
2323
zip -r $ARCHIVE_REPORTER mochawesome-report/*
2424
cd ../../..

0 commit comments

Comments
 (0)