Skip to content

Commit 96272e1

Browse files
committed
OPS-12 Changed variable assingment
1 parent 132ef04 commit 96272e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
set -x
3939
source scripts/lib-kosli.sh
4040
DEV_ENV_JSON=$(get_current_running_env_json ${{ env.KOSLI_ENV_DEV }})
41-
echo START
42-
echo " ${DEV_ENV_JSON}"
43-
echo DONE
44-
echo "DEV_ENV_JSON=${DEV_ENV_JSON}" >> $GITHUB_ENV
45-
41+
{
42+
echo "DEV_ENV_JSON<<EOF"
43+
echo "$DEV_ENV_JSON"
44+
echo "EOF"
45+
} >> "$GITHUB_ENV"
4646
4747
- name: Deploy frontend
4848
# We do not have a real repo so we just tag the git repo and then the

0 commit comments

Comments
 (0)