Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Misterio77 committed May 24, 2024
1 parent cdbaa31 commit c815498
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
base_url="https://staging.gelos.club/${{ github.ref_name }}"
current="$(nix build --print-out-paths --no-link github:gelos-icmc/site)"
new="$(nix build --print-out-paths --no-link)"
# Show diff, for debugging
diff "$current" "$new" -qr
echo "urls<<EOF" >> "$GITHUB_OUTPUT"
while IFS= read -r line; do
Expand Down

1 comment on commit c815498

@gelos-bot
Copy link
Contributor

@gelos-bot gelos-bot bot commented on c815498 May 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Esse commit pode ser visualizado em:
https://staging.gelos.club/melhorias-staging

Arquivos modificados:

Please sign in to comment.