Skip to content

Commit

Permalink
Remove additional steps in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilmulinti committed Jan 11, 2024
1 parent b89128c commit 39ab6a9
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on: [push, pull_request]

jobs:
build:
runs-on: arc-runner-set-uat
# runs-on: arc-runner-set-uat
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -17,12 +18,12 @@ jobs:
java-version: '8'
distribution: 'adopt'

- name: Build with Maven
run: echo "Hello githubactions!"
- name: Terraform version
run: terraform version

- name: Run custom scripts
run: |
/scripts/get_application_version.sh core-services/egov-mdms-service
/scripts/get_folder_commit.sh core-services/egov-mdms-service

# Add any additional steps you need here
# - name: Run custom scripts
# run: |
# /scripts/get_application_version.sh core-services/egov-mdms-service
# /scripts/get_folder_commit.sh core-services/egov-mdms-service

0 comments on commit 39ab6a9

Please sign in to comment.