Skip to content

Commit

Permalink
don't set the log path
Browse files Browse the repository at this point in the history
  • Loading branch information
clincha committed Oct 19, 2024
1 parent 3e813ef commit e828604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_vagrant_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
working-directory: packer
env:
PACKER_LOG: 1
PACKER_LOG_PATH: /tmp/logs/packer-proxmox-${{ matrix.proxmox_version }}.log
# PACKER_LOG_PATH: /tmp/logs/packer-proxmox-${{ matrix.proxmox_version }}.log
run: |
packer build -var "ssh_password=${{ secrets.ANSIBLE_PASSWORD }}" .
# > /tmp/logs/packer-proxmox-process-${{ matrix.proxmox_version }}.log \
Expand Down

0 comments on commit e828604

Please sign in to comment.