Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeet-atlan authored Dec 11, 2024
1 parent 4f51a12 commit 9b6fb71
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ on:
- beta
- development
- master
- lineageondemand
- taskdg1924
- dg1908
- ns/fix/delta-refresh

jobs:
build:
Expand Down Expand Up @@ -69,7 +66,7 @@ jobs:
- name: Build with Maven
run: |
branch_name=${{ steps.get_branch.outputs.branch }}
if [[ $branch_name == 'main' || $branch_name == 'master' || $branch_name == 'taskdg1924' || $branch_name == 'dg1908' ]]
if [[ $branch_name == 'main' || $branch_name == 'master' || $branch_name == 'taskdg1924']]
then
echo "build without dashboard"
chmod +x ./build.sh && ./build.sh build_without_dashboard
Expand Down

0 comments on commit 9b6fb71

Please sign in to comment.