Skip to content

Commit

Permalink
cicd: remove depth
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Dec 13, 2023
1 parent d77214f commit 5268072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/cmd.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -x
dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 &> /dev/null &

git clone "$REPO_POKEAPI" pokeapi
git clone --depth=1 "$REPO_DATA" api-data
git clone "$REPO_DATA" api-data

# set up the pokeapi side
cd pokeapi
Expand Down

0 comments on commit 5268072

Please sign in to comment.