Skip to content

Commit

Permalink
force tag checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Jul 25, 2024
1 parent e93d7e7 commit c19ca3e
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/profile_tag_trigger_publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
with:
repository: hl7au/au-fhir-base
path: hl7au/au-fhir-base
ref: ${{ steps.get_tag.outputs.tag }}

- name: Checkout IG History Template Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -95,25 +96,5 @@ jobs:
- name: Run Aubase Go Publisher build
run: java -jar ./input-cache/publisher.jar -go-publish -source ./hl7au/au-fhir-base -web ./webroot -history ./fhir-history -registry ./ig-registry/fhir-ig-list.json -templates ./templates -tx https://txreg.azurewebsites.net/txdev

- name: List directories
run: |
find . -type d
# - name: Upload Artifact
# uses: actions/upload-artifact@v3
# with:
# name: publish-output
# path: webroot/fhir/base

# - name: 📂 Sync files # ftp is incredibly slow > 30 min sometimes, costing compute and efficency
# uses: SamKirkland/[email protected]
# with:
# server: ${{secrets.BUILD_SERVER}} # change to be env variable to support multiple environments later on
# username: ${{ secrets.FTP_USER }}
# password: ${{ secrets.FTP_PASSWORD }}
# local-dir: aubase/output/
# server-dir: /ig/hl7au/au-fhir-base/branches/${{ github.ref }}/gopublish/
# dry-run: true

- name: Upload artifacts to S3
run: aws s3 cp ./webroot/fhir/base s3://hl7au-fhir-ig/fhir/ --recursive --only-show-errors #/${{ steps.get_tag.outputs.tag }}

0 comments on commit c19ca3e

Please sign in to comment.