Skip to content

Commit

Permalink
Fix variable index conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
SapiensAnatis committed Aug 14, 2024
1 parent a614ca1 commit 5bbef05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
export NOMAD_ADDR="https://10.0.0.2:4646"
export NOMAD_CACERT="/srv/certs/cluster-agent-ca.pem"
export NOMAD_TOKEN="${{ secrets.NOMAD_TOKEN }}"
nomad var put nomad/jobs/${{ vars.JOB_NAME }}/ version="${{ inputs.version }}"
nomad var get nomad/jobs/${{ vars.JOB_NAME }}/ | nomad var put -out json - version="${{ inputs.version }}"
cd "${{ vars.JOB_DIRECTORY }}"
nomad job run "${{ vars.JOB_FILE_NAME }}"
1 change: 1 addition & 0 deletions .github/workflows/publish-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- Shared/**
- Directory.Packages.props
- .github/workflows/publish-api.yaml
- .github/workflows/deploy.yaml
- .github/workflows/build.yaml

env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-statemanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- Shared/**
- Directory.Packages.props
- .github/workflows/publish-statemanager.yaml
- .github/workflows/deploy.yaml
- .github/workflows/build.yaml

env:
Expand Down

0 comments on commit 5bbef05

Please sign in to comment.