Skip to content

Commit

Permalink
Copy to main repo not into repo dir/data
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykironde authored Oct 31, 2024
1 parent ece3457 commit 5da3d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archive_predictions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ fi

# Copy the updated PredictedBirds.zip file to the repository
cp /blue/ewhite/everglades/everwatch-workflow/App/Zooniverse/data/PredictedBirds.zip \
/blue/ewhite/everglades/everwatch-predictions/data/PredictedBirds.zip
/blue/ewhite/everglades/everwatch-predictions/PredictedBirds.zip

# Copy the updated PredictedBirds.csv file to the repository
cp /blue/ewhite/everglades/everwatch-workflow/App/Zooniverse/data/PredictedBirds.csv \
/blue/ewhite/everglades/everwatch-predictions/data/PredictedBirds.csv
/blue/ewhite/everglades/everwatch-predictions/PredictedBirds.csv

# Stage the files, commit with a message including the current date, and push changes
git add PredictedBirds.zip PredictedBirds.csv
Expand Down

0 comments on commit 5da3d8a

Please sign in to comment.