Skip to content

Commit

Permalink
debugging ci1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmatKhan committed Dec 20, 2023
1 parent 1e32d85 commit 7096e34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:
- name: Checkout Code Repository
uses: actions/checkout@v4

- name: Decode and Extract Environment Files
run: |
ENCODED=$(echo "${{ secrets.ENVS_FILE }}")
echo "Encoded length: ${#ENCODED}"
echo "$ENCODED" | base64 -d > envs.tar.gz
echo "${{ secrets.ENVS_FILE }}" | base64 -d > envs.tar.gz
tar -xzvf envs.tar.gz
- name: Build the Stack
Expand Down

0 comments on commit 7096e34

Please sign in to comment.