Skip to content

Commit

Permalink
Remove debug step "Print environment variables"
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinBerg committed Jan 6, 2025
1 parent db2f13a commit d31ca8b
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ workflows:
- $FLUTTER_ROOT/.pub-cache

scripts:
- name: Print environment variables
script: |
#!/bin/sh
set -ex
printenv
- name: Set up key.properties
script: |
#!/usr/bin/env sh
Expand Down Expand Up @@ -139,11 +134,6 @@ workflows:
- $FLUTTER_ROOT/.pub-cache

scripts:
- name: Print environment variables
script: |
#!/bin/sh
set -ex
printenv
- name: Set up key.properties
script: |
#!/usr/bin/env sh
Expand Down Expand Up @@ -236,11 +226,6 @@ workflows:
- $HOME/Library/Caches/CocoaPods

scripts:
- name: Print environment variables
script: |
#!/bin/sh
set -ex
printenv
- name: Set up code signing settings on Xcode project
script: |
#!/usr/bin/env sh
Expand Down Expand Up @@ -327,11 +312,6 @@ workflows:
- $HOME/Library/Caches/CocoaPods

scripts:
- name: Print environment variables
script: |
#!/bin/sh
set -ex
printenv
- name: Set up code signing settings on Xcode project
script: |
#!/usr/bin/env sh
Expand Down Expand Up @@ -417,11 +397,6 @@ workflows:
- $HOME/Library/Caches/CocoaPods

scripts:
- name: Print environment variables
script: |
#!/bin/sh
set -ex
printenv
- name: Load Prod Firebase configuration
script: |
#!/usr/bin/env sh
Expand Down

0 comments on commit d31ca8b

Please sign in to comment.