From c5f5c90001b9388bed84b3048049be4599b38460 Mon Sep 17 00:00:00 2001 From: kcw-grunt Date: Mon, 23 Dec 2024 21:53:20 +0000 Subject: [PATCH] ls to config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3400c9eb..981ab0fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ jobs: shell: /bin/bash --login -o pipefail steps: - checkout - - run: bundle install + - run: ls; bundle install - run: name: Fastlane command: bundle exec fastlane $FASTLANE_LANE