Skip to content

Commit

Permalink
Try cloning repo
Browse files Browse the repository at this point in the history
update
  • Loading branch information
amishas157 committed Oct 30, 2024
1 parent ee6b61a commit e92b9ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/update_source_data_schema_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ jobs:

- name: Run Bash Script
run: |
set -x
cd $GITHUB_WORKSPACE
cp -r schemas/ new_schemas/
git checkout master
cp -r schemas/ old_schemas
output=$(python3 scripts/get_source_data_schema_changelog.py)
echo "$output" > changelog/source_data.md
git clone --branch master https://github.com/stellar/stellar-etl-airflow.git repo_master_copy
cp -r repo_master_copy/schemas/ old_schemas/
- name: Commit changes
id: commit_changes
Expand Down

0 comments on commit e92b9ce

Please sign in to comment.