Skip to content

Commit

Permalink
chore: adjust environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
linghan-hub committed Nov 30, 2023
1 parent 47613f5 commit 4af056c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-cloud-k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ jobs:
go mod tidy
touch ./cn.env
echo "${{ env.CLOUD_CN_ENV }}" > ./cn.env
cat ./cn.env
while IFS='=' read -r name value; do
if [[ ! $name =~ ^\# && -n $name ]]; then
export $name="$value"
Expand All @@ -167,7 +166,6 @@ jobs:
sleep 1
echo "checking cloud server..."
done
cat ./make_run.log
AUTH0_ID_TOKEN=${AUTH0_ID_TOKEN} >> $GITHUB_ENV
- name: initial postgresql configuration
Expand Down

0 comments on commit 4af056c

Please sign in to comment.