Skip to content

Commit

Permalink
test khm
Browse files Browse the repository at this point in the history
  • Loading branch information
heatherbaier committed Mar 19, 2024
1 parent 3740cf1 commit 92c9a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy-on-master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,5 @@ jobs:
- name: Identify changed directories and files
id: dir_changes
run: |
CHANGED_DIRS=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep '^files_for_db/' | awk -F'/' '{print $2}' | sort -u)
echo "Changed directories: $CHANGED_DIRS"
for dir in $CHANGED_DIRS; do
CHANGED_FILES=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep "^files_for_db/$dir/")
echo "::set-output name=${dir}_changed_files::$CHANGED_FILES"
done
ssh -i "~/.ssh/id_aws.pem" [email protected] '/home/ubuntu/run_commands.sh'
1 change: 0 additions & 1 deletion files_for_db/geo/khm_geo.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
geo_id,deped_id,school_name,address,adm0,adm1,adm2,adm3,longitude,latitude
KHM-000002,basic_information_of_school_2014.3,Trang,,KHM,Bantey Meanchey,Mongkol Borei,Banteay Neang,103.0079455315561,13.505792141110023
KHM-000003,basic_information_of_school_2014.4,Pongror,,KHM,Bantey Meanchey,Mongkol Borei,Ou Prasat,102.9987791305384,13.498588556974575
KHM-000004,basic_information_of_school_2014.5,Kauk Tunloap,,KHM,Bantey Meanchey,Mongkol Borei,Banteay Neang,103.01423976974498,13.489583510676969
KHM-000005,basic_information_of_school_2014.6,Khilek,,KHM,Bantey Meanchey,Mongkol Borei,Banteay Neang,103.02543593860247,13.488072196416702
Expand Down

0 comments on commit 92c9a66

Please sign in to comment.