Skip to content

Commit

Permalink
CI: sync code
Browse files Browse the repository at this point in the history
  • Loading branch information
montransit committed Jun 25, 2024
1 parent 198b3fb commit 74cde76
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mt-sync-code-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ env:
jobs:
MT-SYNC-CODE-DATA-JOB:
name: "MT Sync Code & Data"
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: MT check out main repository code (no submodules)
Expand Down Expand Up @@ -110,6 +111,7 @@ jobs:
- name: MT commit code change
run: ./commit_code_change.sh
- name: MT download & parse
timeout-minutes: 10
run: ./download_and_parse.sh
- name: MT artifact > GTFS files
uses: actions/upload-artifact@v4
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ fabric.properties
.idea/deploymentTargetDropDown.xml
# Project migrations
.idea/migrations.xml
# others
.idea/other.xml

# Keystore files
# Uncomment the following line if you do not want to check your keystore files in.
Expand Down

0 comments on commit 74cde76

Please sign in to comment.