Skip to content

Commit

Permalink
still debugging ci2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmatKhan committed Jan 3, 2024
1 parent 8f801a7 commit 16fa731
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Decode and Extract Environment Files
run: |
echo "${{ secrets.ENVS_FILE }}" | base64 -d > envs.tar.gz
tar -xzvf envs.tar.gz
file envs.tar.gz
tar -tzvf envs.tar.gz
- name: Build the Stack
run: docker compose -f local.yml build
Expand Down

0 comments on commit 16fa731

Please sign in to comment.