Skip to content

Commit

Permalink
Merge pull request #10 from marlapativ/bug/a2/pipeline
Browse files Browse the repository at this point in the history
Pipeline Bug fix
  • Loading branch information
marlapativ authored Jun 4, 2024
2 parents 515c5cf + 95ebb1e commit 964f5e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@ jobs:
PKR_VAR_email: ${{ secrets.PKR_VAR_email }}
PKR_VAR_jenkins_user: ${{ secrets.PKR_VAR_jenkins_user }}
PKR_VAR_jenkins_password: ${{ secrets.PKR_VAR_jenkins_password }}
PKR_VAR_docker_hub_username: ${{ secrets.PKR_VAR_docker_hub_username }}
PKR_VAR_docker_hub_password: ${{ secrets.PKR_VAR_docker_hub_password }}
PKR_VAR_github_token: ${{ secrets.PKR_VAR_github_token }}
id: build
run: packer build -color=false .
10 changes: 9 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,12 @@ jobs:

- name: Packer validate
id: validate
run: 'packer validate -syntax-only -evaluate-datasources .'
env:
PKR_VAR_domain: ${{ secrets.PKR_VAR_domain }}
PKR_VAR_email: ${{ secrets.PKR_VAR_email }}
PKR_VAR_jenkins_user: ${{ secrets.PKR_VAR_jenkins_user }}
PKR_VAR_jenkins_password: ${{ secrets.PKR_VAR_jenkins_password }}
PKR_VAR_docker_hub_username: ${{ secrets.PKR_VAR_docker_hub_username }}
PKR_VAR_docker_hub_password: ${{ secrets.PKR_VAR_docker_hub_password }}
PKR_VAR_github_token: ${{ secrets.PKR_VAR_github_token }}
run: 'packer validate .'

0 comments on commit 964f5e9

Please sign in to comment.