Code Review
/
releng
/
common-packer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d712121
)
Fix: prefix github.workspace
37/71837/3
author
Anil Belur
<abelur@linuxfoundation.org>
Wed, 14 Jun 2023 02:44:20 +0000
(12:44 +1000)
committer
Anil Belur
<abelur@linuxfoundation.org>
Wed, 14 Jun 2023 06:29:51 +0000
(16:29 +1000)
Issue: RELENG-4761
Change-Id: Iefb62656aa0d6ba4e5e4b69ae6b7c739e8184155
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
.github/workflows/gerrit-verify.yaml
patch
|
blob
|
history
diff --git
a/.github/workflows/gerrit-verify.yaml
b/.github/workflows/gerrit-verify.yaml
index
9e9d5fc
..
894877b
100644
(file)
--- a/
.github/workflows/gerrit-verify.yaml
+++ b/
.github/workflows/gerrit-verify.yaml
@@
-133,8
+133,8
@@
jobs:
- '**'
- if: steps.changes.outputs.src == 'true'
run: |
- varfiles=("$
HOM
E"/vars/*.json)
- templates=("$
HOM
E"/templates/*.json)
+ varfiles=("$
GITHUB_WORKSPAC
E"/vars/*.json)
+ templates=("$
GITHUB_WORKSPAC
E"/templates/*.json)
PACKER_LOGS_DIR="/tmp"
for varfile in "${varfiles[@]}"; do