Skip to content

Commit

Permalink
Merge pull request #12 from henrykironde/copy_to_maindir
Browse files Browse the repository at this point in the history
Copy to main repo not into repo dir/data
  • Loading branch information
ethanwhite authored Oct 31, 2024
2 parents ece3457 + 5da3d8a commit ba7ba49
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 ba7ba49

Please sign in to comment.