Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Jul 25, 2024
1 parent b49723c commit 166865b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
# dry-run: true

- name: Upload artifacts to S3
run: aws s3 cp output/ s3://hl7au-fhir-ig/ci/${{ steps.extract_branch.outputs.branch }}/ --recursive --only-show-errors
run: aws s3 cp output/ s3://hl7au-fhir-ig/ci/core/${{ steps.extract_branch.outputs.branch }}/ --recursive --only-show-errors
15 changes: 0 additions & 15 deletions .github/workflows/profile_tag_trigger_publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,6 @@ jobs:
run: |
find . -type d
# - name: Upload Artifact
# uses: actions/upload-artifact@v3
# with:
# name: publish-output
# path: webroot/fhir/core

# - 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: aucore/output/
# server-dir: /ig/hl7au/au-fhir-core/branches/${{ github.ref }}/gopublish/
# dry-run: true
- name: Upload artifacts to S3
run: aws s3 cp ./webroot/fhir/core s3://hl7au-fhir-ig/fhir/core --recursive --only-show-errors #core/${{ steps.get_tag.outputs.tag }}

0 comments on commit 166865b

Please sign in to comment.