Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Oct 7, 2024
1 parent 5b0231a commit d0b8206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rm -rf $INJECTIVE_DIR
mkdir $CORE_DIR
mkdir $INJECTIVE_DIR

if [ -f "$GH_CORE_USER" ] && [ -f "$GH_CORE_TOKEN" ]; then
if [ "$GH_CORE_USER" ] && [ "$GH_CORE_TOKEN" ]; then
git clone https://$GH_CORE_USER:$GH_CORE_TOKEN@github.com/InjectiveLabs/injective-core.git $BUILD_DIR/injective-core -b $injective_core_branch --depth 1 --single-branch > /dev/null
else
git clone https://github.com/InjectiveLabs/injective-core.git $BUILD_DIR/injective-core -b $injective_core_branch --depth 1 --single-branch > /dev/null
Expand Down

0 comments on commit d0b8206

Please sign in to comment.