Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Iss1950 #45

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@ name: Main build

on:
workflow_dispatch:
workflow_call:
inputs:
branch:
required: false
type: string
push:
branches: [main]

env:
REGISTRY: ghcr.io
NAMESPACE: galasa-dev
BRANCH: ${{ inputs.branch }} || ${{ github.ref_name }}
BRANCH: ${{ github.ref_name }}

jobs:
build-gradle:
Expand Down Expand Up @@ -94,9 +89,3 @@ jobs:
ARGOCD_AUTH_TOKEN: ${{ secrets.ARGOCD_TOKEN }}
run: |
docker run --env ARGOCD_AUTH_TOKEN=${{ env.ARGOCD_AUTH_TOKEN }} --rm -v ${{ github.workspace }}:/var/workspace ghcr.io/galasa-dev/argocdcli:main app wait gh-maven-repos --resource apps:Deployment:gradle-gh --health --server argocd.galasa.dev

# call-maven-workflow:
# needs: build-gradle
# uses: galasa-dev/maven/.github/workflows/build.yaml@main
# with:
# branch: ${{ env.BRANCH }}
Loading