Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EngHabu committed Nov 18, 2020
1 parent ea0bf7c commit b3d874d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@

set -ex

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
BASEDIR="${DIR}/.."

# Set up a temp directory
mkdir ${BASEDIR}/_repos || true
REPOS_DIR=`mktemp -d "${BASEDIR}/_repos/XXXXXXXXX"`
mkdir _repos || true

# Clone all repos
echo "Cloning Flyteidl"
git clone https://github.com/lyft/flyteidl.git ${REPOS_DIR}/flyteidl
git clone https://github.com/lyft/flyteidl.git _repos/flyteidl
echo "Cloning Flytekit"
git clone https://github.com/lyft/flytekit.git ${REPOS_DIR}/flytekit
git clone https://github.com/lyft/flytekit.git _repos/flytekit

0 comments on commit b3d874d

Please sign in to comment.