Skip to content

Commit 132ef04

Browse files
committed
OPS-12 Added debugging
1 parent bd6491e commit 132ef04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-to-staging.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@ jobs:
3535

3636
- name: Get what SW is running in dev
3737
run: |
38+
set -x
3839
source scripts/lib-kosli.sh
3940
DEV_ENV_JSON=$(get_current_running_env_json ${{ env.KOSLI_ENV_DEV }})
41+
echo START
42+
echo " ${DEV_ENV_JSON}"
43+
echo DONE
4044
echo "DEV_ENV_JSON=${DEV_ENV_JSON}" >> $GITHUB_ENV
4145
4246

0 commit comments

Comments
 (0)