Skip to content

Commit

Permalink
run validation pipelines in azure using github action
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Aguilera <[email protected]>
  • Loading branch information
jagedn committed Aug 29, 2024
1 parent cebe316 commit 8e1dae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nfazure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
GRADLE_OPTS: '-Dorg.gradle.daemon=false'

- name: Install
run: ./gradlew clean unzipPlugin -x test -P version=$(git rev-parse --short "$GITHUB_SHA")
run: ./gradlew clean unzipPlugin -x test -P version=nfazure
env:
GRADLE_OPTS: '-Dorg.gradle.daemon=false'

- name: Validate
run: |
sudo manager
cd validation
export NOMAD_PLUGIN_VERSION=$(git rev-parse --short "$GITHUB_SHA")
export NOMAD_PLUGIN_VERSION=nfazure
./run-all.sh --skiplocal --nfgithub

0 comments on commit 8e1dae9

Please sign in to comment.