Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Oct 14, 2024
1 parent 57ca1ba commit bfd902a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ workflows:
inputs:
- content: |-
#!/usr/bin/env bash
# ./scripts/cache/setup-ccache.sh
./scripts/cache/setup-ccache.sh
if [ "$TEST_SUITE" = "Regression" ]; then
TEST_SUITE="Regression"
else
Expand Down Expand Up @@ -885,7 +885,7 @@ workflows:
inputs:
- content: |-
#!/usr/bin/env bash
# ./scripts/cache/setup-ccache.sh
./scripts/cache/setup-ccache.sh
if [ "$TEST_SUITE" = "Regression" ]; then
TEST_SUITE="Regression"
else
Expand Down

0 comments on commit bfd902a

Please sign in to comment.