Skip to content

Commit

Permalink
fix smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpearse committed Apr 2, 2024
1 parent a09df6c commit 90f1202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ commands:
command: |
if [ -z "$(ls -A /smokeTestData)" ]; then
mkdir -p /smokeTestData
wget https://vaporawsbucket.s3.us-west-2.amazonaws.com/
wget https://vaporawsbucket.s3.us-west-2.amazonaws.com/smokeTestData.tar.gz
tar --no-same-owner -xf /root/project/smokeTestData.tar.gz -C /smokeTestData
chown -R root:root /smokeTestData
chmod -R 777 /smokeTestData
Expand Down

0 comments on commit 90f1202

Please sign in to comment.