Skip to content

Commit

Permalink
[Rahul] | BAH-4097 | Fix. build-publish Job Failure
Browse files Browse the repository at this point in the history
Replace uses with run
  • Loading branch information
rahu1ramesh committed Sep 16, 2024
1 parent 2f5a1b1 commit b16a40e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_publish_cdss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@ jobs:
name: Build & Publish Docker Image
runs-on: ubuntu-latest
steps:
- name: Set env.ARTIFACT_VERSION
- name: Checkout repository
uses: actions/checkout@v2

- name: Set env.ARTIFACT_VERSION
run: |
wget -q https://raw.githubusercontent.com/Bahmni/bahmni-infra-utils/main/setArtifactVersion.sh && chmod +x setArtifactVersion.sh
./setArtifactVersion.sh
rm setArtifactVersion.sh
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit b16a40e

Please sign in to comment.