Skip to content

Commit

Permalink
Merge pull request #25 from kleros/cleanup
Browse files Browse the repository at this point in the history
Removed confusing env vars
  • Loading branch information
unknownunknown1 authored May 13, 2024
2 parents 3a007fb + 7aed52b commit 7913b06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
3 changes: 0 additions & 3 deletions evidence-display/.env.example

This file was deleted.

11 changes: 1 addition & 10 deletions evidence-display/scripts/deploy.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash
function usage {
echo "./$(basename $0) [-v] [-s]"
echo ""
Expand Down Expand Up @@ -50,15 +50,6 @@ build-app() {
if [ $SKIP_BUILD -eq 0 ]; then
if [ $VERBOSE -eq 1 ]; then
echo 'Building the app...'

[ -f .env ] && source .env
echo ""
echo -e "Using current env vars:\n"
echo -e "\tREACT_APP_FOREIGN_CHAIN_RPC_ENDPOINT:" ${REACT_APP_FOREIGN_CHAIN_RPC_ENDPOINT}
echo -e "\tREACT_APP_HOME_CHAIN_RPC_ENDPOINT:" ${REACT_APP_HOME_CHAIN_RPC_ENDPOINT}
echo -e "\tREACT_APP_REALITY_ETH_URL_TEMPLATE:" ${REACT_APP_REALITY_ETH_URL_TEMPLATE}
echo ""

fi

[ $VERBOSE -eq 1 ] && YARN_OPTS='' || YARN_OPTS='-s'
Expand Down

0 comments on commit 7913b06

Please sign in to comment.