Skip to content

Commit

Permalink
Update release_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yugaa22 authored Jul 12, 2023
1 parent ef4bfee commit 1ca10f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Branch Build gate
name: Branch custom plugin

on:
workflow_dispatch:
Expand Down Expand Up @@ -35,14 +35,14 @@ jobs:
java-version: 11
distribution: 'zulu'
- name: Build
env:
FILES: gate-policy gate-verify gate-testverify gate-approval rbac echo-events
run: |
npm install --global yarn
yarn --version
pwd
ls -ltra
echo "into loop"
for config in $(gate-policy gate-verify gate-testverify gate-approval rbac echo-events)
for config in $FILES
do
echo "inside loop"
pwd
Expand Down

0 comments on commit 1ca10f6

Please sign in to comment.