Skip to content

Commit

Permalink
Merge pull request #120 from Gapminder/smoke-visual-tests
Browse files Browse the repository at this point in the history
added percy-token for tools-page
  • Loading branch information
abid71 committed Feb 28, 2021
2 parents 234853f + 5523996 commit 2c3e428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visual-test.sh
Expand Up @@ -13,7 +13,7 @@ done < <(curl -s -X GET \

for name in "${!env_vars[@]}"; do
#echo "$name is ${env_vars[$name]}"
if [ "$name" == "GOOGLE_PRIVATE_KEY" ]; then
if [[ "$name" == "GOOGLE_PRIVATE_KEY" || "$name" == "PERCY_TOKEN" ]]; then
continue;
else
export $name="${env_vars[$name]}"
Expand Down

0 comments on commit 2c3e428

Please sign in to comment.