Skip to content

Commit

Permalink
ci show trace
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninlives committed Oct 26, 2023
1 parent 7fb5e0d commit 1782ca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
echo "${{ secrets.VALUES_SSH_KEY }}"|ssh-add -
nix flake update
- name: Build system
run: nix build .#nixosConfigurations.lego.config.system.build.toplevel --print-build-logs
run: nix build .#nixosConfigurations.lego.config.system.build.toplevel --print-build-logs --show-trace
- name: Build terraform configuration
run: nix build .#terraformConfigurations.zero --print-build-logs
run: nix build .#terraformConfigurations.zero --print-build-logs --show-trace
- name: Commit if build succeed
run: |
git diff-index --quiet HEAD \
Expand Down
2 changes: 1 addition & 1 deletion tag.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
new_deployment
ci_show_trace

0 comments on commit 1782ca6

Please sign in to comment.