Skip to content

Commit

Permalink
Merge pull request #35 from HistoryAtState/fix/repo-xml
Browse files Browse the repository at this point in the history
fix(repo.xml): added repo.xml
  • Loading branch information
joewiz authored Feb 5, 2025
2 parents 9007fd9 + 66c656d commit 43ce4ee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ jobs:
- name: lint commit message
uses: wagoid/commitlint-github-action@v6

# Commit repo.xml file
- name: Commit and Push
if: ${{ matrix.java-version == 17 && github.event_name == 'push' }}
uses: actions-x/commit@v6
with:
message: "fix(repo.xml): update [skip ci]"

release:
name: Release
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ build/*
.existdb.json
.DS_Store
expath-pkg.xml
repo.xml
.vscode/
.idea/
node_modules/
5 changes: 0 additions & 5 deletions expath-pkg.xml

This file was deleted.

7 changes: 3 additions & 4 deletions repo.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<meta commit-id="61bec335e6e51c4804b3fc960164445fb33f7772" commit-time="1659362592"
xmlns="http://exist-db.org/xquery/repo">
<meta xmlns="http://exist-db.org/xquery/repo" commit-id="aced5a19544bfab0150209d3be2ed24e0a856592" commit-time="1738773655">
<description>Principal Officers &amp; Chiefs of Mission (data)</description>
<author>Office of the Historian</author>
<website>https://history.state.gov</website>
Expand All @@ -11,5 +10,5 @@
<target>pocom</target>
<prepare>pre-install.xql</prepare>
<finish/>
<permissions group="hsg" mode="rw-rw-r--" password="" user="hsg"/>
</meta>
<permissions password="" user="hsg" group="hsg" mode="rw-rw-r--"/>
</meta>

0 comments on commit 43ce4ee

Please sign in to comment.